import { INode } from '@nextcloud/files'; import { ConflictInput, ConflictResolutionResult } from '../../conflict-picker.ts'; type __VLS_Props = { /** * Container for the dialog */ container?: string | undefined; /** * Directory/context file name */ dirname: string; /** * The existing nodes (same names as the conflicts) */ existing: INode[]; /** * The incoming nodes with conflicting names compared to `existing` */ incoming: ConflictInput[]; /** * If set to true no hint about overwriting directory content will be shown */ recursiveUpload?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (result: ConflictResolutionResult | null) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: ((result: ConflictResolutionResult | null) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { form: HTMLFormElement; conflictEntry: (import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:existingSelected"?: ((value: boolean) => any) | undefined; "onUpdate:incomingSelected"?: ((value: boolean) => any) | undefined; }>, { validate: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:existingSelected": (value: boolean) => any; "update:incomingSelected": (value: boolean) => any; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLFieldSetElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ existingSelected: boolean; incomingSelected: boolean; } & { existing: INode; incoming: ConflictInput; }> & Readonly<{ "onUpdate:existingSelected"?: ((value: boolean) => any) | undefined; "onUpdate:incomingSelected"?: ((value: boolean) => any) | undefined; }>, { validate: () => void; }, {}, {}, {}, {}> | null)[]; }, any>; export default _default;