declare const popoverStyles: { arrow: (props?: ({ color?: "white" | "gray" | "slate" | "zinc" | null | undefined; arrowSide?: "top" | "right" | "bottom" | "left" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; base: (props?: ({ open?: boolean | null | undefined; arrowSide?: "top" | "right" | "bottom" | "left" | null | undefined; size?: "sm" | "md" | "lg" | "xs" | "tight" | null | undefined; color?: "white" | "gray" | "slate" | "zinc" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { popoverStyles }; //# sourceMappingURL=Popover.styles.d.ts.map