export declare const getCSSTextFromRule: (rule: any) => string;
export declare const getCSSRulesFromStyleSheet: (styleSheet: any) => any;
export declare const getDocumentCSS: () => string;
