import { OnChanges, OnInit } from "@angular/core"; import { MdlError } from "../common/mdl-error"; import * as i0 from "@angular/core"; export declare class MdlUnsupportedCountOfListItemLinesError extends MdlError { constructor(lines: number | string); } export declare class MdlListComponent { isMdlList: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemComponent implements OnChanges { isMdlListItem: boolean; private linesIntern; get lines(): number; set lines(value: number | string); get lines2(): boolean; get lines3(): boolean; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemPrimaryContentComponent implements OnInit { private mdlListItemComponent; isPrimaryContent: boolean; constructor(mdlListItemComponent: MdlListItemComponent); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemSecondaryContentComponent implements OnInit { private mdlListItemComponent; isSecondaryContent: boolean; constructor(mdlListItemComponent: MdlListItemComponent); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemSecondaryActionComponent implements OnInit { private mdlListItemComponent; isSecondaryAction: boolean; constructor(mdlListItemComponent: MdlListItemComponent); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemSubTitleComponent implements OnInit { private mdlListItemComponent; isSubTitle: boolean; constructor(mdlListItemComponent: MdlListItemPrimaryContentComponent); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemSecondaryInfoComponent implements OnInit { private mdlListItemComponent; isSecondaryInfo: boolean; constructor(mdlListItemComponent: MdlListItemSecondaryContentComponent); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemTextBodyComponent implements OnInit { private mdlListItemComponent; isTextBody: boolean; constructor(mdlListItemComponent: MdlListItemComponent); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlListItemIconDirective { isItemIcon: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlListItemAvatarDirective { isItemAvatar: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }