import { ContentLeftPanel } from "./ContentLeftPanel";
import { ResourcesLeftPanel } from "./ResourcesLeftPanel";
export declare type ExtendedLeftPanel = ContentLeftPanel & ResourcesLeftPanel & {};
