import * as React from 'react';
import { PositioningProps } from 'src/utils/positioner';
declare type ImplementsPopperPropsOptions<P> = {
    requiredProps?: Partial<P>;
};
export declare const positioningProps: Required<Omit<PositioningProps, 'popperRef'>>;
export declare function implementsPopperProps<P>(Component: React.ComponentType<P>, options?: ImplementsPopperPropsOptions<P>): void;
export {};
