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