/** * Tags that are forbidden in SVG content for security reasons */ export declare const DEFAULT_FORBIDDEN_TAGS: string[]; /** * Protocols allowed in URL attributes */ export declare const ALLOWED_PROTOCOLS: string[];