declare const KebabCase: (string: string) => string; export default KebabCase;