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