export declare class SVG2Base64 {
    static get(content: string): string;
}
