declare const STYLE_TYPES: string[];
export declare type StyleType = typeof STYLE_TYPES[number];
export declare function isStyleType(s: string): s is StyleType;
export {};
