import type { ValuesOf } from '../../Types/ValuesOf'; /** * `TickLabelPosition` - Defines the position of tick labels on a slider. */ export declare const TickLabelPosition: { readonly Before: "before"; readonly After: "after"; }; /** * @public */ export type TickLabelPosition = ValuesOf; //# sourceMappingURL=TickLabelPosition.d.ts.map