import type { SetFieldProps } from './SetField.tsx'; export type SetFieldSelectProps = SetFieldProps & { onCheckedChange: (option: T, isChecked: boolean) => void; }; export declare const SetFieldSelect: ({ description, disabled, error, label, name, onCheckedChange, options, readOnly, value }: SetFieldSelectProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=SetFieldSelect.d.ts.map