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