import * as React from 'react';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: React.FunctionComponent<import("./types").UpPanelProps & import("../../../Common/theming/withTheme").WithThemeProps>;
};
export default _default;
export declare const GeneralUse: () => JSX.Element;
export declare const customedTitle: () => JSX.Element;
export declare const WithFooter: () => JSX.Element;
export declare const WithIcon: () => JSX.Element;
export declare const falsyDisableAutoIntentIcon: {
    (): JSX.Element;
    storyName: string;
};
