chromium/third_party/polymer/v3_0/components-chromium/polymer/lib/utils/hide-template-controls.d.ts

// tslint:disable:variable-name Describing an API that's defined elsewhere.

export {hideElementsGlobally};


/**
 * @returns True if elements will be hidden globally
 */
declare function hideElementsGlobally(): boolean;