import * as React from 'react'; import { PositioningProps } from 'src/utils/positioner'; declare type ImplementsPopperPropsOptions

= { requiredProps?: Partial

; }; export declare const positioningProps: Required; export declare function implementsPopperProps

(Component: React.ComponentType

, options?: ImplementsPopperPropsOptions

): void; export {};