declare function formatText(key: string): string; export declare const formatLabel: (key: string) => string; export declare const convertToUnderscore: (key: string) => string; export { formatText }; export default formatText; export declare function removeSeriesFromTitle(title: string): string;