import type { SetFormField } from '@douglasneuroinformatics/libui-form-types'; import type { Simplify } from 'type-fest'; import type { BaseFieldComponentProps } from '../types.ts'; export type SetFieldProps = Simplify> & SetFormField>>; export declare const SetField: (props: SetFieldProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SetField.d.ts.map