import './Popover.css';
import type { PopoverBaseProps } from './types';
export declare const cnPopover: import("@bem-react/classname").ClassNameFormatter;
export declare const Popover: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<PopoverBaseProps, "div", "as">;
