export default svg2ttf;
declare function svg2ttf(svgString: any, options: any): any;
