import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
import { IIcon } from "../Icon";
export interface EditUserProfileHandlerRegistration {
    title: string;
    handlerManifestId: GuidValue;
    icon?: IIcon;
    weight?: number;
}
