import type { FunctionalComponent } from 'vue'; declare const SemiSelect: FunctionalComponent<{}, {}>; export default SemiSelect;