/** * Converts `string` to [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 5,232 bytes * - Micro-dash: 234 bytes */ export declare function kebabCase(string: string): string;