/// <reference types="react" />
import { CheckboxProps } from '../../inputs/IProps';
export declare const checkbox: (props: CheckboxProps) => JSX.Element;
export default checkbox;
//# sourceMappingURL=checkbox.d.ts.map