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