import * as React from 'react'; type IPreferenceSideBarProps = { settingsTree: any; setSettingsTree: Function; search: boolean; getLabel: Function; }; export declare const SettingsSideBar: (props: IPreferenceSideBarProps) => React.JSX.Element; export {};