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