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