import type { StoryObj } from '@storybook/react'; import { SideOverlayProps } from '../..'; declare const meta: { title: string; component: ({ width, direction, zIndex, ...rest }: SideOverlayProps) => import("react/jsx-runtime").JSX.Element; tags: string[]; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const SideOverlayDayLeft: Story; export declare const SideOverlayDayRight: Story; export declare const SideOverlayNightLeft: Story; export declare const SideOverlayNightRight: Story;