import type { Ref } from 'react'; export declare const useProxyImperativeHandle: (ref: Ref | undefined, init: () => ReturnRefType) => void;