import type { ExtractPropTypes } from 'vue'; export declare const thumbProps: { readonly vertical: BooleanConstructor; readonly size: StringConstructor; readonly move: NumberConstructor; readonly ratio: import("southgisui/es/utils/props").BuildPropReturn; readonly always: BooleanConstructor; }; export declare type ThumbProps = ExtractPropTypes;