import { Ref } from 'react'; export default function ReactInlineSVG({ src, innerRef, cacheRequests, preProcessor, ...rest }: { src: string; innerRef: Ref; cacheRequests: boolean; preProcessor: () => string; }) { return ; } export const cacheStore = {};