import * as React from 'react'; export type UseForkRefProps = Array | undefined>; export type UseForkRefResult = React.RefCallback | null; export declare function useForkRef(...refs: UseForkRefProps): UseForkRefResult;