export default function resolveRef(ref: Resolvable): any; export type Resolvable = T | import('react').MutableRefObject | ((value: any) => T);