export declare const validateContent: (svgContent: string) => string;
export declare const isValid: (elm: HTMLElement) => boolean;
export declare const isSvgDataUrl: (url: string) => boolean;
export declare const isEncodedDataUrl: (url: string) => boolean;