import * as React from 'react'; import type { BaseUIComponentProps } from './types'; /** * Merges the rendering element's `ref` in addition to the other `ref`s. * @ignore - internal hook. */ export declare function useRenderPropForkRef(render: BaseUIComponentProps['render'], ...refs: Array>): React.RefCallback | null;