import type { FormatType, InternalMode, Locale, SharedPickerProps } from '../../interface'; export declare function useFieldFormat(picker: InternalMode, locale: Locale, format?: SharedPickerProps['format']): [formatList: FormatType[], maskFormat?: string];