/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { BooleanInput } from '@angular/cdk/coercion'; import * as ɵngcc0 from '@angular/core'; export declare class MatDivider { /** Whether the divider is vertically aligned. */ get vertical(): boolean; set vertical(value: boolean); private _vertical; /** Whether the divider is an inset divider. */ get inset(): boolean; set inset(value: boolean); private _inset; static ngAcceptInputType_vertical: BooleanInput; static ngAcceptInputType_inset: BooleanInput; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=divider.d.ts.map