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