declare module '*.svg' { const value: React.ComponentType< React.SVGProps & { title?: string | null; role?: 'img' | 'presentation'; } >; export = value; }