import Group from './Group';
import Input from './Input';
import Label from './Label';
declare const Checkbox: {
    Group: typeof Group;
    Input: typeof Input;
    Label: typeof Label;
};
export default Checkbox;
