import { PropType } from "vue"; import { FileItem, ListType } from "./interface"; declare const _default: import("vue").DefineComponent<{ fileItem: { type: PropType; required: true; }; listType: { type: PropType; default: string; }; }, { removeFile: () => void; stateIconClass: import("vue").ComputedRef; fileIconClass: import("vue").ComputedRef<"m-icon-file" | "m-icon-image">; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ fileItem?: unknown; listType?: unknown; } & { fileItem: FileItem; listType: ListType; } & {}>, { listType: ListType; }>; export default _default;