import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: typeof import('@mui/material').Collapse; args: { in: true; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story;