import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType } from '../const/types'; import { UploadFile } from './index'; export declare const selectorProps: { disabled: BooleanType; name: { type: StringConstructor; default: string; }; accept: StringConstructor; multiple: BooleanType; directory: BooleanType; limit: NumberConstructor; uploadText: StringConstructor; uploadSubText: StringConstructor; draggable: BooleanType; locale: PropType; fileList: PropType; uploadIcon: PropType; type: { type: PropType<"list" | "picture">; default: string; validator: (val: string) => boolean; }; }; export type SelectorProps = ExtractPropTypes; declare const _default: import('vue').DefineComponent; fileList: PropType; uploadIcon: PropType; type: { type: PropType<"list" | "picture">; default: string; validator: (val: string) => boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; fileList: PropType; uploadIcon: PropType; type: { type: PropType<"list" | "picture">; default: string; validator: (val: string) => boolean; }; }>> & Readonly<{}>, { type: "picture" | "list"; name: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;