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