export type TungstenRef = { current: T | null; }; export declare function createRef(initial: T | null): TungstenRef; export type TungstenElementRef = TungstenRef; export declare function createElementRef(initial?: T): TungstenElementRef; //# sourceMappingURL=createRef.d.ts.map