export declare const getSvg: (text: string, options?: { [propName: string]: any; fontSize?: number; }) => Promise;