import { Meta, StoryObj } from '@storybook/react'; import { IconButton } from './IconButton'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; export declare const Secondary: Story; export declare const Disabled: Story; export declare const CustomBackground: Story; export declare const AllVariants: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const DifferentIcons: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const WithCustomStyles: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const Interactive: () => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=IconButton.stories.d.ts.map