import type { ScopeDefinition } from '../types'; /** * Register a scope */ export declare function scope(name: string | HTMLElement, definition: ScopeDefinition): void; /** * Mount all scopes in the document */ export declare function mountAll(root?: HTMLElement | Iterable): void; export declare function mountTree(el: HTMLElement): void; /** * Mount a element with g-scope attribute */ export declare function mount(el: HTMLElement): void; //# sourceMappingURL=component.d.ts.map