import * as i0 from '@angular/core'; import { QueryList, ElementRef } from '@angular/core'; import { M as MatCommonModule } from './common-module.d-C8xzHJDr.js'; /** * Shared directive to count lines inside a text area, such as a list item. * Line elements can be extracted with a @ContentChildren(MatLine) query, then * counted by checking the query list's length. */ declare class MatLine { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Helper that takes a query list of lines and sets the correct class on the host. * @docs-private */ declare function setLines(lines: QueryList, element: ElementRef, prefix?: string): void; declare class MatLineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { MatLine as M, MatLineModule as a, setLines as s };