import { default as Option } from './option.vue';
import { ComponentPublicInstance } from 'vue';
export { Option };
export { optionProps } from './props';
export type OptionExposed = ComponentPublicInstance & InstanceType<typeof Option>;
export type { OptionProps } from './props';
export type { OptionKeyConfig, RawOption, OptionState } from './symbol';
