import type { ForwardRefExoticComponent, RefAttributes } from "react";
import type { AnimateableTextProps } from "./TextProps";
import type { Text as IText } from "react-native";
export declare const AnimateableText: ForwardRefExoticComponent<AnimateableTextProps & RefAttributes<IText>>;
//# sourceMappingURL=AnimateableText.d.ts.map