import { type IWithTelemetryProps } from "./TelemetryContext.js"; /** * @internal */ export interface IAddUserGroupsToUsersDialogProps extends IWithTelemetryProps { userIds: string[]; organizationId: string; onSuccess: () => void; onClose: () => void; } /** * @internal */ export declare const AddUserGroupsToUsersDialog: { (props: IAddUserGroupsToUsersDialogProps): import("react/jsx-runtime").JSX.Element; displayName: string | undefined; }; //# sourceMappingURL=AddUserGroupsToUsersDialog.d.ts.map