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