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