declare module '*.svg' { import type { ComponentType, SVGProps } from 'react'; const SvgComponent: ComponentType>; export default SvgComponent; } // @todo import attributes