import { Nullable } from '../../types/utils.js'; import { OnyxFileCardProps } from '../OnyxFileCard/types.js'; import { OnyxFileUploadProps } from './types.js'; declare const _default: = TMultiple extends true ? File[] : Nullable>(__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly onValidityChange?: ((validity: ValidityState) => any) | undefined; readonly "onUpdate:modelValue"?: ((value: TModelValue) => any) | undefined; } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxFileUploadProps & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: Readonly<{ /** * Optional slot to override the displayed file card for each file. * * @param file The current file being rendered * @param props File card props that would originally be passed to the OnyxFileCard if this slot would not be used */ default?(props: { file: File; props: OnyxFileCardProps; }): unknown; }> & { /** * Optional slot to override the displayed file card for each file. * * @param file The current file being rendered * @param props File card props that would originally be passed to the OnyxFileCard if this slot would not be used */ default?(props: { file: File; props: OnyxFileCardProps; }): unknown; }; emit: ((evt: "validityChange", validity: ValidityState) => void) & ((evt: "update:modelValue", value: TModelValue) => void); }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {};