import type { PropsComponentBase } from './types';
declare function applyRefApi<A extends ReactTagAttributes, P extends PropsComponentBase>(rootProps: A, mergedProps: P): void;
export default applyRefApi;
