import type { StoryObj } from '@storybook/react';
import { SideSheet } from '.';
declare const meta: {
    title: string;
    component: typeof SideSheet;
    tags: string[];
};
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Default: Story;
