import type { SelectProps } from 'naive-ui'; interface DuxSelectProps extends SelectProps { path?: string; params?: Record; pagination?: boolean; avatarField?: string; imageField?: string; descField?: string; multiple?: boolean; option?: Record | Record[] | null; refreshable?: boolean; } export declare const DuxSelect: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export {};