import type { ControllerProps, FieldValues } from 'react-hook-form'; import type { LabelStyle } from './Label.js'; export declare const fieldLabelStyle: LabelStyle; export interface FormatFieldProps extends Pick, 'control'> { label: string; checkFieldName?: ControllerProps['name']; formatFieldName?: ControllerProps['name']; disableFormat?: boolean; hideFormatField?: boolean; hideCheckField?: boolean; } export declare function FormatField(props: FormatFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FormatField.d.ts.map