import type { ApplicationOptions } from "../gjs-elements/gtk3/application/application"; import { ApplicationElement } from "../gjs-elements/gtk3/application/application"; export declare class Renderer { protected readonly options: ApplicationOptions; protected readonly application: ApplicationElement; protected container: any; constructor(options: ApplicationOptions); protected getContainer(): any; start(rootElement: JSX.Element): void; }