/// <reference types="react" />
declare const AnimateableText: import("react").ComponentClass<import("./TextProps").AnimateableTextProps, import("react").Component<import("./TextProps").AnimateableTextProps, {}, any> & Readonly<import("react-native").NativeMethods>> & {
    propTypes: any;
};
export default AnimateableText;
