export declare const jsonToCss: (stylesheet: object) => string;
export declare const injectStyles: (cssText: string) => void;
