import { Meta, Story } from '@storybook/react';
import { IVerticalListMenuProps } from './VerticalListMenu';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
/** Basic VerticalListMenu */
export declare const Basic: Story<IVerticalListMenuProps>;
/** Nested With Expander */
export declare const NestedWithExpander: Story<IVerticalListMenuProps>;
/** Nested Full Width */
export declare const NestedFullWidth: Story<IVerticalListMenuProps>;
/** No Animations */
export declare const NoAnimations: Story<IVerticalListMenuProps>;
//# sourceMappingURL=VerticalListMenu.stories.d.ts.map