declare const toKebabCase: (string: any) => any; export default toKebabCase;