/** * 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, UtamBaseRootPageObject as _UtamBaseRootPageObject } from '@utam/core'; /** * Selector: feeds_placeholding-empty-feed. * Represents the feeds_placeholding-empty-feed Lightning Web Component. * Get the heading message. * generated from JSON dist/feeds/placeholding/emptyFeed.utam.json * @version 2026-03-09T13:56:35.716Z * @author Salesforce */ export default class EmptyFeed extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); /** * Gets the heading message of the feed * @return The heading of the message feed */ getHeadingMessage(): Promise; }