import { IToolDataProps } from "./IComponentTool"; export declare type ISidebarTabDataProps = IToolDataProps & { tool?: string; };