/** * Convert a `string` to kebab case. */ export declare function kebabCaseIt(str: string): string;