import { PopoverProps } from './Popover.types'; export type { PopoverProps } from './Popover.types'; /** * Popover with optional title, body, and footer actions. Wraps MUI Popover. */ export declare function Popover({ children, title, onClose, primaryButtonLabel, secondaryButtonLabel, onPrimaryButtonClick, onSecondaryButtonClick, primaryButtonProps, secondaryButtonProps, slotProps, 'data-testid': dataTestId, ...props }: PopoverProps): import("react/jsx-runtime").JSX.Element; export declare namespace Popover { var displayName: string; } //# sourceMappingURL=index.d.ts.map