///
import { StyledArrow, StyledClose, StyledContent, StyledPortal, StyledRoot, StyledTrigger } from "./popover.styled";
import type { WithTestId } from "../../types";
interface PopoverProps extends WithTestId> {
trigger?: React.ReactNode;
showArrow?: boolean;
showCloseButton?: boolean;
triggerProps?: React.ComponentProps;
portalProps?: React.ComponentProps;
contentProps?: React.ComponentProps;
closeProps?: React.ComponentProps;
arrowProps?: React.ComponentProps;
}
export declare const Popover: import("react").ForwardRefExoticComponent>;
export {};
//# sourceMappingURL=index.d.ts.map