import { ElOption, ElSelect } from 'element-plus'; type IOption = Pick | string; type IOptions = IOption[]; export type SelectProps = typeof ElSelect & { options?: IOptions; }; export declare const Select: import("vue").DefineComponent IOptions; default: () => never[]; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly IOptions; default: () => never[]; }; }>> & Readonly<{}>, { options: IOptions; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default Select;