import type { SFCWithInstall } from '../utils/types'; import Select from './src/select.vue'; import Option from './src/option.vue'; declare const _Select: SFCWithInstall; export { Option }; export default _Select;