import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { DefineComponent } from '@primevue/core'; import { DialogProps, DialogSlots } from 'primevue/dialog'; import { ButtonProps, ButtonSlots } from 'primevue/button'; import { InputTextProps, InputTextSlots } from 'primevue/inputtext'; import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select'; declare const _default: DefineComponent any[]; }; }>, {}, { newKey: string; newValue: string; newType: string; availableTypes: string[]; errors: { key: any; value: any; }; }, {}, { resetForm(): void; submit(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "add-pair")[], "update:visible" | "add-pair", PublicProps, Readonly< ExtractPropTypes<{ visible: { type: BooleanConstructor; default: boolean; }; existingKeys: { type: ArrayConstructor; default: () => any[]; }; }>> & Readonly<{ "onUpdate:visible"?: (...args: any[]) => any; "onAdd-pair"?: (...args: any[]) => any; }>, { visible: boolean; existingKeys: unknown[]; }, {}, { PrimeDialog: DefineComponent void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>; PrimeButton: DefineComponent void>; PrimeInputText: DefineComponent void) & ((e: "value-change", value: string) => void)>; PrimeSelect: DefineComponent void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>; }, {}, string, ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=AddPairInConfigDialog.vue.d.ts.map