import React from 'react';
import { AdmitOneOptions } from './types';
declare function admitOne<P, R, C>(WrappedComponent: React.JSXElementConstructor<P>, options?: AdmitOneOptions): React.ForwardRefExoticComponent<React.PropsWithoutRef<JSX.LibraryManagedAttributes<C, P>> & React.RefAttributes<R>>;
export { admitOne };
