import { Options } from "text-no-case"; export { Options }; export declare function titleCase(input: string, options?: Options): string;