import React from 'react';
import { CheckboxProps } from './interfaces';
export declare const Checkbox: React.FC<CheckboxProps>;
