/** @public */ export type ComponentRef = { id: string; T: T; }; /** @public */ export declare function createComponentRef(options: { id: string; }): ComponentRef;