import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiChatTypingUserComponent extends CollectionNestedOption {
    get avatarAlt(): string;
    set avatarAlt(value: string);
    get avatarUrl(): string;
    set avatarUrl(value: string);
    get id(): number | string;
    set id(value: number | string);
    get name(): string;
    set name(value: string);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatTypingUserComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiChatTypingUserComponent, "dxi-chat-typing-user", never, { "avatarAlt": { "alias": "avatarAlt"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class DxiChatTypingUserModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatTypingUserModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChatTypingUserModule, never, [typeof DxiChatTypingUserComponent], [typeof DxiChatTypingUserComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiChatTypingUserModule>;
}
