import type { DateFormField } from '@douglasneuroinformatics/libui-form-types'; import type { Simplify } from 'type-fest'; import type { BaseFieldComponentProps } from '../types.ts'; export type DateFieldProps = Simplify & Omit>; export declare const DateField: ({ disabled, error, label, name, readOnly, setValue, value }: DateFieldProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DateField.d.ts.map