import { type Anatomy } from "@qualcomm-ui/utils/anatomy"; export declare const popoverParts: readonly ["root", "trigger", "indicator", "positioner", "content", "label", "description", "closeTrigger", "anchor", "arrow", "arrowTip"]; export declare const popoverAnatomy: Anatomy<"popover", (typeof popoverParts)[number]>; //# sourceMappingURL=popover.anatomy.d.ts.map