import { ResponseParser } from "./responseParser.js";
export declare class SvgElementParser implements ResponseParser<SVGElement> {
    parse(response: any): Promise<SVGElement>;
}
