import type { ExtractPropTypes } from 'vue'; import type Thumb from './thumb.vue'; export declare const thumbProps: () => { readonly vertical: BooleanConstructor; readonly size: StringConstructor; readonly move: NumberConstructor; readonly ratio: { readonly type: NumberConstructor; readonly required: true; }; readonly always: BooleanConstructor; }; export declare type ThumbProps = ExtractPropTypes; export declare type ThumbInstance = InstanceType;