import type { Path } from "react-router-dom";
import type { AppRouteObject } from "../../routes";
export type EditAttributesGroupParams = {
    realm: string;
    name: string;
};
export declare const EditAttributesGroupRoute: AppRouteObject;
export declare const toEditAttributesGroup: (params: EditAttributesGroupParams) => Partial<Path>;
