declare module '*.svg' { import { FC, SVGProps } from 'react'; const _: FC & { title?: string }>; export = _; }