import { Panel } from './Panel'; import { Story } from '@storybook/react'; declare const _default: { title: string; component: typeof Panel; }; export default _default; export declare const Left: Story<{ anchor: 'left' | 'right'; open: boolean; }>; export declare const Right: Story<{ anchor: 'left' | 'right'; open: boolean; }>;