import * as React from 'react'; declare class JPopover extends React.Component { constructor(props: any); componentDidMount(): void; setType: (mount: any) => void; render(): JSX.Element; } export default JPopover;