/// import { ReactAddon, ReactControl } from '../../react/base'; export declare class PopoverProps extends ReactAddon { title?: string; titleControl?: ReactControl; content?: string; contentControl?: ReactControl; children?: ReactControl; onRender?: (() => JSX.Element) | undefined; } export declare const PopoverPropsControl: any;