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