import { Meta, Story } from '@storybook/react';
import { OverlayProps } from '..';
declare const _default: Meta<OverlayProps>;
export default _default;
export declare const Usage: Story<OverlayProps>;
