export type IllustrationSvgProps = { fill?: string; stroke?: string; testID?: string; width?: number; height?: number; };