import { LocalModelReference } from "./LocalModelReference"; import { ElementReference } from "./ElementReference"; import { RealTimeElement } from "../rt"; export declare class LocalElementReference extends LocalModelReference, ElementReference> { }