import { IScope } from "../page/interfaces/scope.interface"; import { ElementStructureAbstract } from "./element-structure-abstract"; export declare class ElementStructure extends ElementStructureAbstract { constructor(scope: IScope); }