1 | import React from 'react';
|
2 | import { TextProps } from 'react-native';
|
3 | declare type TitleProps = TextProps & {
|
4 | right?: boolean;
|
5 | };
|
6 | declare const _default: React.FunctionComponent<Omit<TextProps & {
|
7 | right?: boolean;
|
8 | } & Partial<import("../config").ThemeProps<TitleProps>>, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<TextProps & {
|
9 | right?: boolean;
|
10 | } & Partial<import("../config").ThemeProps<TitleProps>>>;
|
11 | export default _default;
|