/** A DOM root whose currently rendered Lyra elements can be inspected or loaded. */ export type LyraDefinitionRoot=Document|DocumentFragment|Element; /** Resolves a scoped registry first, then the root's owning-window registry. */ export declare function registryForRoot(root:LyraDefinitionRoot):CustomElementRegistry|undefined;