/// <reference types="react" />
export declare const useRoot: () => {
    label: string;
    contains?: string[] | undefined;
    icon?: import("react").ComponentType | undefined;
    i18n?: import("../../core.js").RootI18n | undefined;
    view?: import("react").ComponentType<{
        root: import("../../core.js").RootData;
    }> | undefined;
    name: string;
};
