import * as React from 'react'; export interface CheckboxProps { } declare const Checkbox: React.FC; export default Checkbox;