import * as React from 'react';
import { CheckboxProps } from "./Checkbox.types";
export declare const Checkbox: React.ComponentType<CheckboxProps>;
