import type { Locale, SharedTimeProps } from '../interface'; export declare function fillTimeFormat(showHour: boolean, showMinute: boolean, showSecond: boolean, showMillisecond: boolean, showMeridiem: boolean): string; /** * Fill locale format as start up */ export default function useLocale(locale: Locale, showProps: Pick, 'showHour' | 'showMinute' | 'showSecond' | 'showMillisecond' | 'use12Hours'>): Locale;