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