import { II18nLocaleTimePicker } from '../../i18n';
import { IWeekOption, DateNullTuple, StringTuple } from '../types';
export declare function formatText(selected: Date | null, format: string): string;
export declare function quarterFormatText(selected: Date | null, i18n: II18nLocaleTimePicker): string;
export declare function weekFormatText(selected: Date | null, format: string, options: IWeekOption): StringTuple;
export declare function formatTextRange(selected: DateNullTuple, format: string): StringTuple;
