/** * Clean up keyword */ declare function cleanupIconKeyword(keyword: string, convertCamelCase?: boolean): string; export { cleanupIconKeyword };