/// <reference types="react" />
import { TopBarSlotRegistry } from '../workspace.ui';
export declare type WorkspaceProps = {
    topBarSlot: TopBarSlotRegistry;
};
export declare function Workspace({ topBarSlot }: WorkspaceProps): JSX.Element;
