import React from 'react';
export declare function assocRefToPropRef(ref: unknown, propRef: React.Ref<unknown> | undefined): void;
