/** * Convert string values from 'camelCase' to 'kebab-case' * @param value - The value to convert to Kebab case. * @returns The Kebab case result. * @public */ export declare const convertToKebabCase: (value: string) => string; //# sourceMappingURL=string.d.ts.map