/** * Use fetch to retrieve SVG content. This code is copied from Ionic. * @see https://github.com/ionic-team/ionicons/blob/master/src/components/icon/request.ts */ export declare const getSvgContent: (url: string) => Promise;