import type { ExtractPropTypes } from 'vue'; import type wheel from './wheel.vue'; export declare const wheelProps: { readonly modelValue: { readonly type: import("vue").PropType; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly insertEmpty: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly option: { readonly type: import("vue").PropType<{ value: any; label: string; disabled?: any; }[]>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly selectable: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly isShowArrow: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly type: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly itemHeight: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly visibleItems: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; }; export declare type WheelProps = ExtractPropTypes; export declare type WheelInstance = InstanceType;