import { type PaneCtx, type PaneOut } from "./zen-panes-ctx.js"; export declare function renderCalendar(c: PaneCtx): PaneOut; export declare function renderTimeline(c: PaneCtx): PaneOut; export declare const SEG: Record; export declare function renderTimer(c: PaneCtx): PaneOut; export declare function renderChat(c: PaneCtx): PaneOut; export declare function renderKv(c: PaneCtx): PaneOut; export declare function renderCode(c: PaneCtx): PaneOut; export declare function renderFlashcard(c: PaneCtx): PaneOut; export declare function renderQuiz(c: PaneCtx): PaneOut; export declare function renderGameboard(c: PaneCtx): PaneOut; export declare function renderPoll(c: PaneCtx): PaneOut; export declare function renderRating(c: PaneCtx): PaneOut;