export declare function removeElement(el: HTMLStyleElement | null): void; export declare function queryElement(id: string): HTMLStyleElement | null; export declare function createElement(id: string): HTMLStyleElement; export declare function isMediaOrSupports(selector: string | undefined | null): selector is string;