/// import { Animated, StyleProp, TextProps, TextStyle } from 'react-native'; type Props = Omit & { tintColor?: string; style?: Animated.WithAnimatedValue>; }; export default function HeaderTitle({ tintColor, style, ...rest }: Props): JSX.Element; export {}; //# sourceMappingURL=HeaderTitle.d.ts.map