import React from 'react'; import { CheckboxGroupProps } from './types'; export declare const CheckboxGroup: React.FC;