import React from 'react'; export declare function fillRef(ref: React.Ref, node: T): void; export declare function composeRef(...refs: React.Ref[]): React.Ref;