import { type PaneCtx, type PaneOut } from "./zen-panes-ctx.js"; export declare function renderPlayer(c: PaneCtx): PaneOut; export declare function renderTicker(c: PaneCtx): PaneOut; export declare function renderBigtext(c: PaneCtx): PaneOut; export declare function renderBreathing(c: PaneCtx): PaneOut; export declare function renderRings(c: PaneCtx): PaneOut; export declare function renderNetwork(c: PaneCtx): PaneOut; export declare function renderFunnel(c: PaneCtx): PaneOut; export declare function renderReceipt(c: PaneCtx): PaneOut; export declare function renderFeed(c: PaneCtx): PaneOut; export declare function renderContactcard(c: PaneCtx): PaneOut; export declare function renderKeypad(c: PaneCtx): PaneOut; export declare function renderColorpicker(c: PaneCtx): PaneOut;