import { ISidebarTabProps } from 'geovisto-sidebar'; import { ISidebarTabDataProps } from '../types'; /** * Component wrapping the SidebarTab class as part of the SidebarTool module */ export declare const SidebarTab: (props: ISidebarTabDataProps) => JSX.Element;