import { Meta } from '@storybook/react';
import { PageOverlayProps } from './PageOverlay';
declare const _default: Meta<PageOverlayProps>;
export default _default;
export declare const PageOverlayExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PageOverlayProps>;
export declare const Loading: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PageOverlayProps>;
export declare const WithLongComplexContent: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PageOverlayProps>;
