import { Component } from './define-component'; export declare function mount(component: Component, selector: string): () => void; export declare function mountComponent(component: Component, props: Record, container: HTMLElement, parentEmit: ((event: string, payload?: unknown) => void) | null): () => void; //# sourceMappingURL=renderer.d.ts.map