export declare function camelToKebabCase(value: string): string;
