import { WebElement } from "selenium-webdriver"; import { ViewContent } from "../../ViewContent"; import { GenericCustomTreeSection } from "../custom/CustomTreeSection"; import { BreakpointSectionItem } from "./BreakpointSectionItem"; export declare class DebugBreakpointSection extends GenericCustomTreeSection { constructor(panel: WebElement, viewContent: ViewContent); }