import * as React from 'react'; import type { ICheckboxProps } from './Checkbox.types'; export declare const CheckboxBase: React.FunctionComponent;