/// <reference types="react" />
export declare const useWorkspace: () => {
    label: string;
    roots: {
        [x: string]: import("../../core.js").Root;
    };
    color: string;
    source: string;
    mediaDir?: string | undefined;
    icon?: import("react").ComponentType | undefined;
    name: string;
};
