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