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