import { ITag } from "@fluentui/react/lib/Pickers";
export interface IGroupPickerState {
    savedSelectedGroups: ITag[];
}
//# sourceMappingURL=IGroupPickerState.d.ts.map