/// <reference types="react" />
export * from './Checkbox';
export declare const Checkbox: import("react").FC<import("./Checkbox").ICheckboxProps>;
