import type { Meta, StoryObj } from '@storybook/react'; import CheckboxPill from './CheckboxPill'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const DefaultUseCase: Story; export declare const CustomStyles: Story;