import type { MascotOption } from "../types"; export declare function renderRabbitMascot(option?: MascotOption): HTMLElement | null; //# sourceMappingURL=rabbit-mascot.d.ts.map