//#region ../../node_modules/lit-html/development/directives/ref.d.ts
/**
* An object that holds a ref value.
*/
declare class Ref {
/**
* The current Element value of the ref, or else `undefined` if the ref is no
* longer rendered.
*/
readonly value?: T;
}
//#endregion
export { type Ref };
//# sourceMappingURL=ref.d.ts.map