export declare const toHtmlId: (str: string) => string; export declare const toKebabCase: (str: string) => string; export declare const toCamelCase: (str: string) => string; export declare const toSpaceCase: (str: string) => string;