import type { SliderTickLabelProps } from "../types.js";
declare const SliderTickLabel: import("svelte").Component<SliderTickLabelProps, {}, "ref">;
type SliderTickLabel = ReturnType<typeof SliderTickLabel>;
export default SliderTickLabel;
