import React from 'react'; import { Meta, StoryObj } from '@storybook/react-webpack5'; import SpeedDial from '../SpeedDial'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const ThemedAndColored_: (args: any) => React.JSX.Element; export declare const Direction_: (args: any) => React.JSX.Element; export declare const Hidden_: (args: any) => React.JSX.Element; export declare const OpenIcon: Story; export declare const ShowOnBackdrop_: () => React.JSX.Element; export declare const ShowTooltip: Story; //# sourceMappingURL=SpeedDial.stories.d.ts.map