import { CSSProperties, PropType } from 'vue'; import { OnStartMove } from '../interface'; export interface TrackProps { prefixCls: string; style?: CSSProperties | CSSProperties[]; values: number[]; onStartMove?: OnStartMove; startPoint?: number; } declare const Tracks: import('vue').DefineComponent; }; values: { type: PropType; required: true; }; onStartMove: { type: PropType; }; startPoint: { type: NumberConstructor; }; }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }; values: { type: PropType; required: true; }; onStartMove: { type: PropType; }; startPoint: { type: NumberConstructor; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default Tracks;