export declare function isSupported(): boolean; export declare function isHintSupported(): boolean; export declare function isPolyfilled(): boolean; export declare function injectStyles(root: Document | ShadowRoot): void; export declare function apply(): void;