import type { Meta, StoryObj } from "@storybook/react"; import CheckBox from "./CheckBox"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; //# sourceMappingURL=CheckBox.stories.d.ts.map