import { WithStyle } from '@medly-components/utils'; import { FC } from 'react'; import { CheckboxProps } from './types'; export declare const Checkbox: FC & WithStyle;