import { ColorValue } from "react-native"; export type SVGPictogramProps = { size: number | "100%"; colorValues: Record; }; //# sourceMappingURL=types.d.ts.map