export declare const makeStyleSheet: (type: string, id: number | string) => CSSStyleSheet; export declare const getStyleSheets: (type: string) => Map;