import type { PopoverProps } from '@pega/cosmos-react-core'; export interface PlaceAndContainMockProps extends Pick { primaryPlacement: 'bottom' | 'top' | 'left' | 'right' | 'none'; secondaryPlacement: 'start' | 'end' | 'none'; contentSize: number; } export declare const PlaceAndContainMock: ({ arrow, primaryPlacement, secondaryPlacement, contentSize }: PlaceAndContainMockProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Popover.mocks.d.ts.map