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