/// export * from './AnimatedText'; export declare const Animated: { Text: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").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; }; };