import { type StoryObj } from "@storybook/react";
import { CheckboxGroup } from "./CheckBoxGroup";
type StoryGroup = StoryObj<typeof CheckboxGroup>;
declare const _default: {
    title: string;
    component: <T extends import("react-hook-form").FieldValues>({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: import("./CheckBoxGroup").CheckboxGroupProps<T>) => import("react/jsx-runtime").JSX.Element;
};
export default _default;
export declare const Primary: StoryGroup;
