import { RefObject } from 'preact';
export declare function getCurrentFromRef<R>(ref: RefObject<R>): R;
//# sourceMappingURL=get-current-from-ref.d.ts.map