import { default as SelectIcon } from './select-icon.vue';
export type SelectIconInstance = InstanceType<typeof SelectIcon> & unknown;
