import { IsomorphicEvent } from '@aracna/web'; export interface IconParseEventDetail { cache?: string; element: SVGSVGElement; sanitized?: string; src: string; string: string; } export declare class IconParseEvent extends IsomorphicEvent { constructor(src: string, string: string, element: SVGSVGElement, cache?: string, sanitized?: string); }