/// <reference types="react" />
import { UpMenu as UpMenuComponent } from './UpMenu';
declare const _default: {
    title: string;
    decorators: ((storyFn: any) => JSX.Element)[];
    component: typeof UpMenuComponent;
};
export default _default;
export declare const General: any;
export declare const GeneralWithCustomHeader: (props: any) => JSX.Element;
export declare const Large: (props: any) => JSX.Element;
export declare const CustomStyles: (props: any) => JSX.Element;
export declare const Mobile: (props: any) => JSX.Element;
