import type { RichTextMentionUsersView } from '..'; /** * Page object for the `nimble-rich-text-mention-users-view` component. */ export declare class RichTextMentionUsersViewPageObject { private readonly richTextMentionUsersViewElement; constructor(richTextMentionUsersViewElement: RichTextMentionUsersView); getTextContent(): string; }