declare module '*.svg' { import { SVGAttributes, ComponentClass } from 'react'; const Component: ComponentClass>; export default Component; export const attributes: { width?: string; height?: string; viewBox?: string; }; }