/** @module @category Workspace */
import React from 'react';
export interface WorkspaceNotificationProps {
    contextKey: string;
}
export declare function WorkspaceNotification({ contextKey }: WorkspaceNotificationProps): React.JSX.Element | null;
//# sourceMappingURL=workspace-notification.component.d.ts.map