import type { CSSState } from './state'; export declare const safeGetMap: (map: Map>, key: string) => Map; export declare const getStylesFromState: (state: CSSState) => string; //# sourceMappingURL=utils.d.ts.map