import { default as Wheel } from './wheel.vue';
import { ComponentPublicInstance } from 'vue';
export { Wheel };
export { wheelProps } from './props';
export type WheelExposed = ComponentPublicInstance & InstanceType<typeof Wheel>;
export type { WheelProps, WheelCProps } from './props';
export type { WheelRawOption, WheelSlots } from './symbol';
