import { ForwardedRef } from 'react';
export declare const applyRef: (ref: ForwardedRef<HTMLElement>, node: HTMLElement) => void;
