/** * Fetches an image from the given source URL and returns it as a base64-encoded data URL. * @internal */ export declare function fetchIcon(src: string): Promise;