import { I18n } from "../i18n/i18n"; import type { MascotOption } from "../types"; export declare function renderLoadingIcon(i18n: I18n, mascot?: MascotOption): HTMLElement; //# sourceMappingURL=loading-icon.d.ts.map