export declare function kebabCase(word: string): string;
export declare function style(styles: any): string;
export default style;
