/// <reference types="react" />
import { Meta } from '@storybook/react/types-6-0';
declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
export default _default;
export declare const Horizontal: any;
export declare const Vertical: {
    (args: any): JSX.Element;
    args: {
        orientation: string;
        flexItem: boolean;
        variant: string;
    };
};
export declare const OnMenu: {
    (args: any): JSX.Element;
    argTypes: {
        flexItem: {
            control: any;
        };
    };
    args: {
        orientation: string;
        variant: string;
    };
};
