import type { PartsStyleFunction } from "@chakra-ui/theme-tools"; export declare const Popover: { parts: ("content" | "body" | "header" | "closeButton" | "footer" | "popper" | "arrow")[]; baseStyle: PartsStyleFunction, "parts">>; };