1declare module "*.svg?react" { 2 import * as React from "react"; 3 const Component: React.FC<React.SVGProps<SVGSVGElement>>; 4 export default Component; 5}