import React, { PureComponent } from 'react';
import type { PopoverProps } from './Popover.types';
declare class Popover extends PureComponent<PopoverProps> {
    static displayName: string;
    static Element: React.FunctionComponent<import("./PopoverCore/utils/utils").ElementProps>;
    static Content: React.FunctionComponent<import("./PopoverCore/utils/utils").ElementProps>;
    static defaultProps: Partial<PopoverProps>;
    render(): React.JSX.Element;
}
export default Popover;
//# sourceMappingURL=Popover.d.ts.map