import * as React from 'react';
export declare function handleRefs<T extends HTMLElement>(...refs: (React.Ref<T> | undefined)[]): (node: T) => void;
