import { ColorValue } from "react-native"; export type SVGPictogramProps = { size: number | "100%"; colorValues: Record; };