import { CheckboxGroupProps } from './CheckBoxGroupTypes';
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const SelectedValue: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const WithSubText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const DisabledGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const IndeterminateState: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const WithExtraText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const AllWithExtraText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const MixedDisabledState: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const WithCustomOnChange: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
export declare const WithSelectAllOption: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CheckboxGroupProps>;
