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