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