import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: ({ children, ...props }: import("../..").FlexBoxProps) => import("@emotion/react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithLink: Story; //# sourceMappingURL=ErrorMessage.stories.d.ts.map