/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, ContainerCtor as _ContainerCtor, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; /** * Selector: community_layout-slds-flexible-layout * Represents the SLDS flexible layout Lightning web component of the community_layout namespace. * generated from JSON dist/community_layout/sldsFlexibleLayout.utam.json * @version 2026-03-09T13:56:37.387Z * @author Salesforce */ export default class SldsFlexibleLayout extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getText(): Promise; getLayoutContent(ContainerCtor: _ContainerCtor): Promise; }