/// import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: ({ className, icon, label, size, ...props }: import("../../components/Button").IconButtonProps) => import("react").JSX.Element; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Primary: Story; export declare const Secondary: Story; export declare const Minimal: Story;