import { WritableComputedRef } from 'vue'; import { BagelInputShellProps } from './bagelInputShell'; declare const _default: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & ({ label?: string; helpText?: string; modelValue: T[]; allowAdd?: boolean; allowDelete?: boolean; allowReorder?: boolean; addText?: string; deleteTooltip?: string; itemLabel?: string; collapsible?: boolean; simple?: boolean; } & BagelInputShellProps) & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: Readonly<{ default: (props: { item: WritableComputedRef; index: number; }) => unknown; }> & { default: (props: { item: WritableComputedRef; index: number; }) => unknown; }; emit: (event: "update:modelValue", ...args: any[]) => void; }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=ArrayInput.vue.d.ts.map