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