/// <reference types="react" />
import UpEmail from './UpEmail';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpEmail;
};
export default _default;
export declare const General: {
    (): JSX.Element;
    decorators: ((General: any) => JSX.Element)[];
};
export declare const IsRequired: {
    (): JSX.Element;
    decorators: ((IsRequired: any) => JSX.Element)[];
};
