/** Regex pattern to split the camel case section into it's parts */ declare const splitCamelCase: RegExp; export default splitCamelCase;