export declare global {
  interface Window {
    REACT_INLINESVG_CACHE_NAME?: string;
    REACT_INLINESVG_PERSISTENT_CACHE?: boolean;
  }
}
