/** * The function that correctly handles passing refs. */ export declare const handleRef: (ref: any, node: any) => void; export declare const isRefObject: (ref: any) => any;