import { type PaneCtx, type PaneOut } from "./zen-panes-ctx.js"; export declare function renderPixelgrid(c: PaneCtx): PaneOut; export declare function renderWordgrid(c: PaneCtx): PaneOut; export declare function renderCards(c: PaneCtx): PaneOut; export declare function renderDice(c: PaneCtx): PaneOut; export declare function renderWheel(c: PaneCtx): PaneOut; export declare function renderScoreboard(c: PaneCtx): PaneOut; export declare function renderFireworks(c: PaneCtx): PaneOut;