import * as React from "react";
import { OwnProps } from "./PopoverComponent.types";
export declare const PopoverComponent: React.ComponentType<OwnProps>;
