import React from 'react'; import { CheckboxProps, CheckboxRef } from './type'; export declare const Checkbox: React.ForwardRefExoticComponent & React.RefAttributes>;