///
import React from 'react';
import { IChatContext } from 'context';
import { SectionsConfig } from 'types';
interface ISidebarProps extends Pick {
sections: SectionsConfig;
onClose: (() => void) | undefined;
}
declare const _default: ((props: Pick) => JSX.Element) & import("hoist-non-react-statics").NonReactStatics, {}>;
export default _default;