import { ComputedRef, Ref } from 'vue'; import { FormInst, UploadFileInfo } from 'naive-ui'; import { CanvasThemeStatus } from '../../../types/canvasTheme'; import { SelectOptionActionUrl } from '../../../theme/theme.types'; type __VLS_Props = { modelValue: { name: string; status: CanvasThemeStatus; componentSpacing: number; }; fontOptions: SelectOptionActionUrl[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: { name: string; status: CanvasThemeStatus; componentSpacing: number; }) => any; "update:font": (font: SelectOptionActionUrl) => any; validation: (isValid: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: { name: string; status: CanvasThemeStatus; componentSpacing: number; }) => any) | undefined; "onUpdate:font"?: ((font: SelectOptionActionUrl) => any) | undefined; onValidation?: ((isValid: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { formRef: import('vue').CreateComponentPublicInstanceWithMixins; readonly labelAlign: import('vue').PropType; readonly labelPlacement: { readonly type: import('vue').PropType; readonly default: "top"; }; readonly model: { readonly type: import('vue').PropType>; readonly default: () => void; }; readonly rules: import('vue').PropType; readonly disabled: BooleanConstructor; readonly size: import('vue').PropType; readonly showRequireMark: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: BooleanConstructor; readonly default: true; }; readonly onSubmit: { readonly type: import('vue').PropType<(e: Event) => void>; readonly default: (e: Event) => void; }; readonly showLabel: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly validateMessages: import('vue').PropType>; readonly theme: import('vue').PropType>; readonly themeOverrides: import('vue').PropType>>; readonly builtinThemeOverrides: import('vue').PropType>>; }>> & Readonly<{}>, FormInst & { mergedClsPrefix: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { readonly inline: boolean; readonly disabled: boolean; readonly onSubmit: (e: Event) => void; readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement; readonly model: Record; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean; readonly showLabel: boolean | undefined; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; readonly labelAlign: import('vue').PropType; readonly labelPlacement: { readonly type: import('vue').PropType; readonly default: "top"; }; readonly model: { readonly type: import('vue').PropType>; readonly default: () => void; }; readonly rules: import('vue').PropType; readonly disabled: BooleanConstructor; readonly size: import('vue').PropType; readonly showRequireMark: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">; readonly showFeedback: { readonly type: BooleanConstructor; readonly default: true; }; readonly onSubmit: { readonly type: import('vue').PropType<(e: Event) => void>; readonly default: (e: Event) => void; }; readonly showLabel: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly validateMessages: import('vue').PropType>; readonly theme: import('vue').PropType>; readonly themeOverrides: import('vue').PropType>>; readonly builtinThemeOverrides: import('vue').PropType>>; }>> & Readonly<{}>, FormInst & { mergedClsPrefix: import('vue').Ref; }, {}, {}, {}, { readonly inline: boolean; readonly disabled: boolean; readonly onSubmit: (e: Event) => void; readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement; readonly model: Record; readonly showRequireMark: boolean | undefined; readonly showFeedback: boolean; readonly showLabel: boolean | undefined; }> | null; uploadRef: import('vue').CreateComponentPublicInstanceWithMixins; readonly directory: BooleanConstructor; readonly directoryDnd: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly method: { readonly type: StringConstructor; readonly default: "POST"; }; readonly multiple: BooleanConstructor; readonly showFileList: { readonly type: BooleanConstructor; readonly default: true; }; readonly data: import('vue').PropType>; readonly headers: import('vue').PropType; readonly withCredentials: BooleanConstructor; readonly responseType: { readonly type: import('vue').PropType; readonly default: ""; }; readonly disabled: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly onChange: import('vue').PropType; readonly onRemove: import('vue').PropType; readonly onFinish: import('vue').PropType; readonly onError: import('vue').PropType; readonly onRetry: import('vue').PropType; readonly onBeforeUpload: import('vue').PropType; readonly isErrorState: import('vue').PropType<(xhr: XMLHttpRequest) => boolean>; readonly onDownload: import('vue').PropType; readonly customDownload: import('vue').PropType; readonly defaultUpload: { readonly type: BooleanConstructor; readonly default: true; }; readonly fileList: import('vue').PropType; readonly 'onUpdate:fileList': import('vue').PropType>; readonly onUpdateFileList: import('vue').PropType>; readonly fileListClass: StringConstructor; readonly fileListStyle: import('vue').PropType; readonly defaultFileList: { readonly type: import('vue').PropType; readonly default: () => never[]; }; readonly showCancelButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showRemoveButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showDownloadButton: BooleanConstructor; readonly showRetryButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showPreviewButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly listType: { readonly type: import('vue').PropType; readonly default: "text"; }; readonly onPreview: import('vue').PropType; readonly shouldUseThumbnailUrl: { readonly type: import('vue').PropType; readonly default: (file: import('naive-ui').UploadSettledFileInfo) => boolean; }; readonly createThumbnailUrl: import('vue').PropType; readonly abstract: BooleanConstructor; readonly max: NumberConstructor; readonly showTrigger: { readonly type: BooleanConstructor; readonly default: true; }; readonly imageGroupProps: import('vue').PropType; readonly inputProps: import('vue').PropType; readonly triggerClass: StringConstructor; readonly triggerStyle: import('vue').PropType; readonly renderIcon: import('vue').PropType; readonly theme: import('vue').PropType; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>; readonly themeOverrides: import('vue').PropType; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; readonly builtinThemeOverrides: import('vue').PropType; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; }>> & Readonly<{}>, { openOpenFileDialog: () => void; submit: (fileId?: string) => void; clear: () => void; mergedClsPrefix: import('vue').Ref; draggerInsideRef: { value: boolean; }; inputElRef: import('vue').Ref; mergedTheme: import('vue').ComputedRef<{ common: import('naive-ui').ThemeCommonVars; self: { fontSize: string; lineHeight: string; borderRadius: string; draggerColor: string; draggerBorder: string; draggerBorderHover: string; itemColorHover: string; itemColorHoverError: string; itemTextColor: string; itemTextColorError: string; itemTextColorSuccess: string; itemIconColor: string; itemDisabledOpacity: string; itemBorderImageCardError: string; itemBorderImageCard: string; }; peers: { Button: import('naive-ui/es/_mixins').Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Progress?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; dragOver: import('vue').Ref; mergedMultiple: import('vue').ComputedRef; cssVars: import('vue').ComputedRef | undefined; themeClass: import('vue').Ref | undefined; onRender: (() => void) | undefined; handleFileInputChange: (e: Event) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { readonly method: string; readonly name: string; readonly abstract: boolean; readonly disabled: boolean | undefined; readonly multiple: boolean; readonly showTrigger: boolean; readonly directory: boolean; readonly directoryDnd: boolean; readonly showFileList: boolean; readonly withCredentials: boolean; readonly responseType: XMLHttpRequestResponseType; readonly defaultUpload: boolean; readonly defaultFileList: UploadFileInfo[]; readonly showCancelButton: boolean; readonly showRemoveButton: boolean; readonly showDownloadButton: boolean; readonly showRetryButton: boolean; readonly showPreviewButton: boolean; readonly listType: import('naive-ui/es/upload/src/interface').ListType; readonly shouldUseThumbnailUrl: import('naive-ui/es/upload/src/interface').ShouldUseThumbnailUrl; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; readonly directory: BooleanConstructor; readonly directoryDnd: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly method: { readonly type: StringConstructor; readonly default: "POST"; }; readonly multiple: BooleanConstructor; readonly showFileList: { readonly type: BooleanConstructor; readonly default: true; }; readonly data: import('vue').PropType>; readonly headers: import('vue').PropType; readonly withCredentials: BooleanConstructor; readonly responseType: { readonly type: import('vue').PropType; readonly default: ""; }; readonly disabled: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly onChange: import('vue').PropType; readonly onRemove: import('vue').PropType; readonly onFinish: import('vue').PropType; readonly onError: import('vue').PropType; readonly onRetry: import('vue').PropType; readonly onBeforeUpload: import('vue').PropType; readonly isErrorState: import('vue').PropType<(xhr: XMLHttpRequest) => boolean>; readonly onDownload: import('vue').PropType; readonly customDownload: import('vue').PropType; readonly defaultUpload: { readonly type: BooleanConstructor; readonly default: true; }; readonly fileList: import('vue').PropType; readonly 'onUpdate:fileList': import('vue').PropType>; readonly onUpdateFileList: import('vue').PropType>; readonly fileListClass: StringConstructor; readonly fileListStyle: import('vue').PropType; readonly defaultFileList: { readonly type: import('vue').PropType; readonly default: () => never[]; }; readonly showCancelButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showRemoveButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showDownloadButton: BooleanConstructor; readonly showRetryButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly showPreviewButton: { readonly type: BooleanConstructor; readonly default: true; }; readonly listType: { readonly type: import('vue').PropType; readonly default: "text"; }; readonly onPreview: import('vue').PropType; readonly shouldUseThumbnailUrl: { readonly type: import('vue').PropType; readonly default: (file: import('naive-ui').UploadSettledFileInfo) => boolean; }; readonly createThumbnailUrl: import('vue').PropType; readonly abstract: BooleanConstructor; readonly max: NumberConstructor; readonly showTrigger: { readonly type: BooleanConstructor; readonly default: true; }; readonly imageGroupProps: import('vue').PropType; readonly inputProps: import('vue').PropType; readonly triggerClass: StringConstructor; readonly triggerStyle: import('vue').PropType; readonly renderIcon: import('vue').PropType; readonly theme: import('vue').PropType; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>; readonly themeOverrides: import('vue').PropType; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; readonly builtinThemeOverrides: import('vue').PropType; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }>>>; }>> & Readonly<{}>, { openOpenFileDialog: () => void; submit: (fileId?: string) => void; clear: () => void; mergedClsPrefix: import('vue').Ref; draggerInsideRef: { value: boolean; }; inputElRef: import('vue').Ref; mergedTheme: import('vue').ComputedRef<{ common: import('naive-ui').ThemeCommonVars; self: { fontSize: string; lineHeight: string; borderRadius: string; draggerColor: string; draggerBorder: string; draggerBorderHover: string; itemColorHover: string; itemColorHoverError: string; itemTextColor: string; itemTextColorError: string; itemTextColorSuccess: string; itemIconColor: string; itemDisabledOpacity: string; itemBorderImageCardError: string; itemBorderImageCard: string; }; peers: { Button: import('naive-ui/es/_mixins').Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; Progress: import('naive-ui/es/_mixins').Theme<"Progress", { fontSize: string; fontSizeCircle: string; fontWeightCircle: string; railColor: string; railHeight: string; iconSizeCircle: string; iconSizeLine: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; textColorCircle: string; textColorLineInner: string; textColorLineOuter: string; fillColor: string; fillColorInfo: string; fillColorSuccess: string; fillColorWarning: string; fillColorError: string; lineBgProcessing: string; }, any>; }; peerOverrides: { Button?: { peers?: { [x: string]: any; } | undefined; } | undefined; Progress?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; dragOver: import('vue').Ref; mergedMultiple: import('vue').ComputedRef; cssVars: import('vue').ComputedRef | undefined; themeClass: import('vue').Ref | undefined; onRender: (() => void) | undefined; handleFileInputChange: (e: Event) => void; }, {}, {}, {}, { readonly method: string; readonly name: string; readonly abstract: boolean; readonly disabled: boolean | undefined; readonly multiple: boolean; readonly showTrigger: boolean; readonly directory: boolean; readonly directoryDnd: boolean; readonly showFileList: boolean; readonly withCredentials: boolean; readonly responseType: XMLHttpRequestResponseType; readonly defaultUpload: boolean; readonly defaultFileList: UploadFileInfo[]; readonly showCancelButton: boolean; readonly showRemoveButton: boolean; readonly showDownloadButton: boolean; readonly showRetryButton: boolean; readonly showPreviewButton: boolean; readonly listType: import('naive-ui/es/upload/src/interface').ListType; readonly shouldUseThumbnailUrl: import('naive-ui/es/upload/src/interface').ShouldUseThumbnailUrl; }> | null; }, HTMLDivElement>; export default _default;