import Select from './Select';
import type { IDefinePlugin } from '../types/index';
export * from './type';
export { selectProps, selectEmits } from './props';
export declare const ProSelect: IDefinePlugin<typeof Select>;
