/// declare module '*.svg' { import type {FC, SVGProps} from 'react'; const content: FC>; export default content; }