import type { App } from 'vue';
export type SelectInstance = typeof import('./index.vue').default;
export { MlSelectGroupInjectionKey } from './context';
export type { SelectProps } from './index.interface';
declare const _default: {
    install: (app: App<any>) => void;
};
export default _default;
