import type React from 'react'; import { type TextProps } from 'react-native'; export type TypographyProps = { color?: string; size?: number; bold?: boolean; } & TextProps; export declare const Typography: React.FC; //# sourceMappingURL=Typography.d.ts.map