import { Portal } from './Portal';
import { Meta, StoryObj } from '@storybook/react';

declare const meta: Meta<typeof Portal>;
type Story = StoryObj<typeof Portal>;
export declare const Simple: Story;
export default meta;
