/// <reference types="react" />
export interface EditorLeftSidebarProps extends React.HTMLProps<HTMLDivElement> {
    resizable?: boolean;
    width?: number | string;
}
export declare const EditorLeftSidebar: import("react").FunctionComponent<EditorLeftSidebarProps>;
export default EditorLeftSidebar;
