declare function camelToKebabCase(text: any): string;
export default camelToKebabCase;
