import { BisectionProps, EllipsisProps } from '../../../@types';
declare const bisection: (props: BisectionProps & Pick<EllipsisProps, 'tail'>) => any;
export { bisection };
