import { Option } from '../el-select';
import type { SFCWithInstall } from '../utils/types';
declare const _Option: SFCWithInstall<typeof Option>;
export default _Option;
