/** * If the provided argument is a ref object, returns its `current` value. * Otherwise, returns the argument itself. */ export declare function resolveRef(maybeRef: T | React.RefObject): T;