import type { PopoverProps } from '@pega/cosmos-react-core'; interface ItemConfigProps { target: NonNullable; onCancel: () => void; onSubmit: () => void; } declare const GroupConfig: ({ target, onCancel, onSubmit }: ItemConfigProps) => import("react/jsx-runtime").JSX.Element; export default GroupConfig; //# sourceMappingURL=GroupConfig.d.ts.map