export declare type CssClassMap = { [className: string]: boolean; }; export declare type CssMap = { [attribute: string]: string; };