/**
 * # Slug to Camel case Title
 */
export default function slugToCamelTitle(text: String): string | null;