import { Workspace } from '@thevikalp/designable-core'; export declare const useWorkspace: (id?: string) => Workspace;