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