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