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. */ export declare const Popper: React.FunctionComponent;