import { Meta, StoryObj } from '@storybook/react';
import { Portal } from './Portal';
declare const meta: Meta<typeof Portal>;
type Story = StoryObj<typeof Portal>;
export declare const Simple: Story;
export default meta;
