import React from 'react'; import * as PopoverPrimitive from '@radix-ui/react-popover'; import { StyledPopoverWrapper } from './styles'; export type PopoverProps = React.ComponentProps; export declare const Popover: React.FC; export type PopoverWrapperProps = PopoverPrimitive.PopoverContentProps & React.ComponentProps; export declare const PopoverWrapper: React.FC; export declare const PopoverTrigger: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map