import { default as Spin } from './spin.vue';
import { ComponentPublicInstance } from 'vue';
export { Spin };
export { spinProps } from './props';
export type SpinExposed = ComponentPublicInstance & InstanceType<typeof Spin>;
export type { SpinProps, SpinCProps } from './props';
export type { SpinSlots } from './symbol';
