/** * Converts string to kebab-case. * Drop-in replacement for lodash/kebabCase. */ export default function kebabCase(string: string): string;