import { VariantProps } from 'class-variance-authority'; import { PopoverProps as PrimitiveProps } from 'react-aria-components'; export declare const popoverVariants: (props?: ({ variant?: "default" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export type PopoverProps = Omit & VariantProps & { children: React.ReactNode; }; //# sourceMappingURL=types.d.ts.map