/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { OnChanges, SimpleChanges } from '@angular/core'; import { NzDisplayedMark, NzExtendedMark } from './typings'; import * as i0 from "@angular/core"; export declare class NzSliderMarksComponent implements OnChanges { lowerBound: number | null; upperBound: number | null; marksArray: NzExtendedMark[]; min: number; max: number; vertical: boolean; included: boolean; reverse: boolean; marks: NzDisplayedMark[]; ngOnChanges(changes: SimpleChanges): void; private buildMarks; private getMarkStyles; private togglePointActive; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_min: unknown; static ngAcceptInputType_max: unknown; static ngAcceptInputType_vertical: unknown; static ngAcceptInputType_included: unknown; static ngAcceptInputType_reverse: unknown; }