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