import Think from './Think.vue';
export type { ThinkProps, ThinkSemanticType, ThinkRef } from './interface';
export default Think;
export { Think };
