export declare const updateSvgFillColor: (base64Svg: string, newColor: string) => string; export declare const updateSvgStrokeColor: (base64Svg: string, newColor: string) => string; export declare const updateSvgColors: (base64Svg: string, newColor: string) => string;