/** * Provides a way to set two refs inside the ref property. This enables us to use a local ref in * addition to an external one using React.forwardRef. */ export declare function mergeRefs(refs: Array | React.LegacyRef>): React.RefCallback;