import React from "react"; import { 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