export declare const svgAsBase64: (svg: string) => string; export declare const svgRawFromBase64: (svg: string) => string;