import React from 'react';
import { IPopoverStandAlone } from './types/popover';
export declare const PopoverStandAlone: React.ForwardRefExoticComponent<IPopoverStandAlone & React.RefAttributes<HTMLDivElement>>;
