/** * 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-column * Represents the column Lightning web component of the community_layout namespace. * Find an inner dxp_base-text-block component that has the specified text, * all dxp_base-text-block components, or all inner components of any kind, * or find an inner dxp_form-lead-form component or an inner dxp_base-language-selector component. * generated from JSON dist/community_layout/column.utam.json * @version 2026-03-09T13:56:37.384Z * @author Salesforce */ export default class Column extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getText(): Promise; getColumnContent(ContainerCtor: _ContainerCtor): Promise; }