import * as React from 'react';
import { PopperProps } from './types';
/**
 * Popper relies on the 3rd party library [Popper.js](https://github.com/FezVrasta/popper.js) for positioning.
 *
 * @deprecated Please use "usePopper()" hook instead.
 */
export declare const Popper: React.FunctionComponent<PopperProps>;
