import * as React from 'react';
import { Text } from 'react-native';
export declare const AnimateableText: React.ForwardRefExoticComponent<Omit<import("react-native").TextProps, "children"> & {
    forwardedRef?: React.Ref<Text>;
    text?: string;
} & React.RefAttributes<unknown>>;
//# sourceMappingURL=AnimateableText.web.d.ts.map