import { t as PublicComponent } from "./with-children-BX8-sFPH.mjs"; //#region src/inline.d.ts /** * Commit a mounted subtree once to terminal scrollback, then stop repainting it. * * - Import from `@vue-tui/runtime/inline`; no props, no collection API. * - Commits on first non-empty output, then releases its slot subtree. Accepted * history never moves. * - `v-show` does not change eligibility; use `v-if`. * - Fullscreen rejects it — that mode owns a viewport and delegates no history. * * @example Emit finished work above a live progress line * ```vue * * done {{ entry.name }} * * {{ remaining }} remaining * ``` */ declare const Static: PublicComponent>; //#endregion export { Static };