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