import { ProxyComponent } from './lazyLoad.ts'; /** * If there is a parent component, tell it to await it's loaded() until we * completed load(). * Also, return a promise that will delay our load() until parent's load() * is completed. */ export declare const attachToAncestor: (child: ProxyComponent["__offspringComponents"][number]) => Promise | false;