import * as React from 'react'; import IReactComponentProps from '../../../common/structures/IReactComponentProps'; interface IProps extends IReactComponentProps { title: string; } export declare function InnerPaneSidebar(props: IReactComponentProps): React.JSX.Element; export declare function InnerPaneSidebarHeader(props: IProps): React.JSX.Element; export declare function InnerPaneSidebarAddNew(props: IReactComponentProps): React.JSX.Element; export declare function InnerPaneSidebarContent(props: IReactComponentProps): React.JSX.Element; export declare function InnerPaneSidebarContentItem(props: IReactComponentProps): React.JSX.Element; export {}; //# sourceMappingURL=InnerPaneSidebar.d.ts.map