import '@arclux/arc-ui/conversation'; import type { ArcConversation } from '@arclux/arc-ui/conversation'; import * as i0 from "@angular/core"; export declare class Conversation { private readonly _el; /** The element, for the methods it is driven by: scrollToEnd(). */ get element(): ArcConversation; set autoScroll(value: boolean); get autoScroll(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }