import { IBox } from "../../core/types"; export declare const Popover: { baseStyle: { popper: IBox; content: { borderRadius: string; width: string; _focusVisible: { boxShadow: string; }; }; }; }; export default Popover;