import Checkbox from './checkbox';
import { CheckboxProps, CheckboxEvent } from './checkbox';
export declare type Props = CheckboxProps;
export declare type Event = CheckboxEvent;
export default Checkbox;
