import * as React from "react"; import { StyleProp, ViewStyle } from "react-native"; type Props = { size?: number | string; color?: string; style?: StyleProp; }; declare function NanoAdd3Medium({ size, color, style }: Props): React.JSX.Element; export default NanoAdd3Medium; //# sourceMappingURL=NanoAdd3Medium.d.ts.map