import { PopoverProps as CuiPopoverProps } from '../../Popover'; export type PopoverProps = { anchorEl?: HTMLElement; placement?: CuiPopoverProps['placement']; disabled?: boolean; }; export declare const Popover: ({ anchorEl, placement, disabled }: PopoverProps) => JSX.Element | null; //# sourceMappingURL=Popover.d.ts.map