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