///
import type { CheckboxGroupProps } from '@toptal/picasso-checkbox';
import type { FieldProps } from '../Field';
import type { Props as FieldLabelProps } from '../FieldLabel';
declare type ValueType = string[] | undefined;
export declare type Props = CheckboxGroupProps & FieldProps & FieldLabelProps;
export declare const CheckboxGroup: {
(props: Props): JSX.Element;
displayName: string;
};
export default CheckboxGroup;
//# sourceMappingURL=CheckboxGroup.d.ts.map