import React, { HTMLAttributes } from "react"; export declare const AppSidebarContext: React.Context<{}>; export interface AppSidebarProps extends HTMLAttributes { isSidebarVisible?: boolean; filepath?: string; } interface OwnProps { contentRef: string; } declare const _default: import("react-redux").ConnectedComponent, Pick & OwnProps>; export default _default;