import React from 'react'; import { TextProps } from 'react-native'; declare type TitleProps = TextProps & { right?: boolean; }; declare const _default: React.FunctionComponent>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent>>; export default _default;