import { Story } from '@storybook/react'; import { CheckboxGroupProps } from './CheckboxGroup'; declare const _default: { title: string; component: ({ children, defaultChecked, name, groupStyle, onChange, horizontal, size, className, ...other }: CheckboxGroupProps) => JSX.Element; argTypes: { name: { table: { disable: boolean; }; }; value: { table: { disable: boolean; }; }; children: { table: { disable: boolean; }; }; onChange: { table: { disable: boolean; }; action: string; }; className: { table: { disable: boolean; }; }; disabled: { table: { disable: boolean; }; }; checked: { table: { disable: boolean; }; }; }; }; export default _default; export declare const CheckboxGroup: Story;