import * as React from 'react'; declare type AtributesRef = React.Ref | undefined; declare type ResultRef = React.RefCallback | null; export declare function useForkRef(refs: AtributesRef[]): ResultRef; export {};