/// import { TextProps } from '../Text/Text'; export declare type LocalAnimatedTextProps = {}; export declare type AnimatedTextProps = TextProps; export declare const AnimatedText: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("../Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react-native").TextProps & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };