declare const convertSvgToBase64: (svgString?: string, id?: string) => string;
export default convertSvgToBase64;
