/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ElementRef, OnChanges, QueryList, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class SliderTicksComponent implements OnChanges { wrapperClasses: string; tickTitle: (value: number) => string; vertical: boolean; step: number; largeStep: number; min: number; max: number; labelTemplate: TemplateRef; tickElements: QueryList; ticks: Array; ngOnChanges(_: any): void; private createTicks; private endTickClasses; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }