declare module '*.svg' { export const ReactComponent: React.FunctionComponent>; const SVGString: string; export default SVGString; }