import { z } from 'zod'; import { Yoco } from '@3yourmind/yoco'; import { KottiField } from '../kotti-field/types'; import type { EnumToPrimitiveUnion } from '../zod-utilities/enums'; export declare namespace Shared { enum Validation { INVALID_EXTENSION = "INVALID_EXTENSION", MAX_SIZE_EXCEEDED = "MAX_SIZE_EXCEEDED", SUCCESS = "SUCCESS" } const validationSchema: z.ZodNativeEnum; const idSchema: z.ZodUnion<[z.ZodNumber, z.ZodString]>; const fileInfoSchema: z.ZodObject<{ downloadUrl: z.ZodOptional; isInternal: z.ZodOptional; name: z.ZodString; size: z.ZodNumber; validation: z.ZodUnion<[z.ZodEnum<["INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS", ...("INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS")[]]>, z.ZodNativeEnum]>; viewUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Validation; name: string; size: number; downloadUrl?: string | undefined; isInternal?: boolean | undefined; viewUrl?: string | undefined; }, { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Validation; name: string; size: number; downloadUrl?: string | undefined; isInternal?: boolean | undefined; viewUrl?: string | undefined; }>; type FileInfo = z.output; const selectedFileSchema: z.ZodObject<{ file: z.ZodType; id: z.ZodString; }, "strip", z.ZodTypeAny, { file: File; id: string; }, { file: File; id: string; }>; const preUploadedFileSchema: z.ZodObject<{ downloadUrl: z.ZodOptional; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; isInternal: z.ZodOptional; name: z.ZodString; size: z.ZodNumber; viewUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; size: number; id: string | number; downloadUrl?: string | undefined; isInternal?: boolean | undefined; viewUrl?: string | undefined; }, { name: string; size: number; id: string | number; downloadUrl?: string | undefined; isInternal?: boolean | undefined; viewUrl?: string | undefined; }>; const propsSchema: z.ZodObject<{ dataTest: z.ZodDefault>; label: z.ZodDefault>; size: z.ZodDefault, z.ZodNativeEnum]>>>; isDisabled: z.ZodDefault; isLoading: z.ZodDefault; helpText: z.ZodDefault>; tabIndex: z.ZodDefault; modelValue: z.ZodNever; placeholder: z.ZodNever; hideClear: z.ZodNever; hideValidation: z.ZodDefault; showVisibilityToggle: z.ZodDefault; isBorderless: z.ZodNever; inputId: z.ZodDefault>; formKey: z.ZodDefault]>>>; helpDescription: z.ZodDefault>; leftIcon: z.ZodNever; isOptional: z.ZodDefault; rightIcon: z.ZodNever; prefix: z.ZodNever; suffix: z.ZodNever; validator: z.ZodDefault, z.ZodUnion<[z.ZodObject<{ type: z.ZodLiteral<"empty">; }, "strip", z.ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"error">; }, "strip", z.ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"success">; }, "strip", z.ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"warning">; }, "strip", z.ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; allowMultiple: z.ZodDefault; allowPhotos: z.ZodDefault; collapseExtensionsAfter: z.ZodDefault; extensions: z.ZodDefault>; externalUrl: z.ZodDefault>; hideDropArea: z.ZodDefault; icon: z.ZodDefault, z.ZodNativeEnum]>>; maxFileSize: z.ZodDefault; }, "strip", z.ZodTypeAny, { dataTest: string | null; icon: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon; label: string | null; size: "large" | "medium" | "small" | KottiField.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: never; placeholder: never; hideClear: never; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: never; inputId: string | null; formKey: string | null; helpDescription: string | null; leftIcon: never; isOptional: boolean; rightIcon: never; prefix: never; suffix: never; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; allowMultiple: boolean; allowPhotos: boolean; collapseExtensionsAfter: number; extensions: string[]; externalUrl: string | null; hideDropArea: boolean; maxFileSize: number; }, { modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | KottiField.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; helpText?: string | null | undefined; tabIndex?: number | undefined; hideValidation?: boolean | undefined; showVisibilityToggle?: boolean | undefined; inputId?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; isOptional?: boolean | undefined; validator?: ((args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }) | undefined; allowMultiple?: boolean | undefined; allowPhotos?: boolean | undefined; collapseExtensionsAfter?: number | undefined; extensions?: string[] | undefined; externalUrl?: string | null | undefined; hideDropArea?: boolean | undefined; icon?: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon | undefined; maxFileSize?: number | undefined; }>; namespace Events { type AddFiles = Array; type RemoveFile = z.infer; } namespace ActionButton { const schema: z.ZodObject<{ isDisabled: z.ZodDefault; icon: z.ZodUnion<[z.ZodEnum<["address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip", ...("address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { icon: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon; isDisabled: boolean; }, { icon: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon; isDisabled?: boolean | undefined; }>; type Props = z.input; type PropsInternal = z.output; } namespace DropArea { const schema: z.ZodObject<{ dataTest: z.ZodDefault>; icon: z.ZodDefault, z.ZodNativeEnum]>>; isDisabled: z.ZodDefault; isLoading: z.ZodDefault; tabIndex: z.ZodDefault; allowMultiple: z.ZodDefault; collapseExtensionsAfter: z.ZodDefault; extensions: z.ZodDefault>; externalUrl: z.ZodDefault>; hideDropArea: z.ZodDefault; maxFileSize: z.ZodDefault; inputId: z.ZodString; }, "strip", z.ZodTypeAny, { dataTest: string | null; icon: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon; isDisabled: boolean; isLoading: boolean; tabIndex: number; inputId: string; allowMultiple: boolean; collapseExtensionsAfter: number; extensions: string[]; externalUrl: string | null; hideDropArea: boolean; maxFileSize: number; }, { inputId: string; dataTest?: string | null | undefined; icon?: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; tabIndex?: number | undefined; allowMultiple?: boolean | undefined; collapseExtensionsAfter?: number | undefined; extensions?: string[] | undefined; externalUrl?: string | null | undefined; hideDropArea?: boolean | undefined; maxFileSize?: number | undefined; }>; type Props = z.input; type PropsInternal = z.output; } namespace FileItem { const schema: z.ZodObject>; label: z.ZodDefault>; size: z.ZodDefault, z.ZodNativeEnum]>>>; isDisabled: z.ZodDefault; isLoading: z.ZodDefault; helpText: z.ZodDefault>; tabIndex: z.ZodDefault; modelValue: z.ZodNever; placeholder: z.ZodNever; hideClear: z.ZodNever; hideValidation: z.ZodDefault; showVisibilityToggle: z.ZodDefault; isBorderless: z.ZodNever; inputId: z.ZodDefault>; formKey: z.ZodDefault]>>>; helpDescription: z.ZodDefault>; leftIcon: z.ZodNever; isOptional: z.ZodDefault; rightIcon: z.ZodNever; prefix: z.ZodNever; suffix: z.ZodNever; validator: z.ZodDefault, z.ZodUnion<[z.ZodObject<{ type: z.ZodLiteral<"empty">; }, "strip", z.ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"error">; }, "strip", z.ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"success">; }, "strip", z.ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"warning">; }, "strip", z.ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; allowMultiple: z.ZodDefault; allowPhotos: z.ZodDefault; collapseExtensionsAfter: z.ZodDefault; extensions: z.ZodDefault>; externalUrl: z.ZodDefault>; hideDropArea: z.ZodDefault; icon: z.ZodDefault, z.ZodNativeEnum]>>; maxFileSize: z.ZodDefault; }, "dataTest" | "isDisabled" | "extensions" | "maxFileSize">, "strip", z.ZodTypeAny, { dataTest: string | null; isDisabled: boolean; extensions: string[]; maxFileSize: number; }, { dataTest?: string | null | undefined; isDisabled?: boolean | undefined; extensions?: string[] | undefined; maxFileSize?: number | undefined; }>; } namespace TakePhoto { const schema: z.ZodObject>; label: z.ZodDefault>; size: z.ZodDefault, z.ZodNativeEnum]>>>; isDisabled: z.ZodDefault; isLoading: z.ZodDefault; helpText: z.ZodDefault>; tabIndex: z.ZodDefault; modelValue: z.ZodNever; placeholder: z.ZodNever; hideClear: z.ZodNever; hideValidation: z.ZodDefault; showVisibilityToggle: z.ZodDefault; isBorderless: z.ZodNever; inputId: z.ZodDefault>; formKey: z.ZodDefault]>>>; helpDescription: z.ZodDefault>; leftIcon: z.ZodNever; isOptional: z.ZodDefault; rightIcon: z.ZodNever; prefix: z.ZodNever; suffix: z.ZodNever; validator: z.ZodDefault, z.ZodUnion<[z.ZodObject<{ type: z.ZodLiteral<"empty">; }, "strip", z.ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"error">; }, "strip", z.ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"success">; }, "strip", z.ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"warning">; }, "strip", z.ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; allowMultiple: z.ZodDefault; allowPhotos: z.ZodDefault; collapseExtensionsAfter: z.ZodDefault; extensions: z.ZodDefault>; externalUrl: z.ZodDefault>; hideDropArea: z.ZodDefault; icon: z.ZodDefault, z.ZodNativeEnum]>>; maxFileSize: z.ZodDefault; }, "dataTest" | "isDisabled" | "tabIndex">, "strip", z.ZodTypeAny, { dataTest: string | null; isDisabled: boolean; tabIndex: number; }, { dataTest?: string | null | undefined; isDisabled?: boolean | undefined; tabIndex?: number | undefined; }>; type Props = z.input; type PropsInternal = z.output; const captureSchema: z.ZodObject>; label: z.ZodDefault>; size: z.ZodDefault, z.ZodNativeEnum]>>>; isDisabled: z.ZodDefault; isLoading: z.ZodDefault; helpText: z.ZodDefault>; tabIndex: z.ZodDefault; modelValue: z.ZodNever; placeholder: z.ZodNever; hideClear: z.ZodNever; hideValidation: z.ZodDefault; showVisibilityToggle: z.ZodDefault; isBorderless: z.ZodNever; inputId: z.ZodDefault>; formKey: z.ZodDefault]>>>; helpDescription: z.ZodDefault>; leftIcon: z.ZodNever; isOptional: z.ZodDefault; rightIcon: z.ZodNever; prefix: z.ZodNever; suffix: z.ZodNever; validator: z.ZodDefault, z.ZodUnion<[z.ZodObject<{ type: z.ZodLiteral<"empty">; }, "strip", z.ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"error">; }, "strip", z.ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"success">; }, "strip", z.ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"warning">; }, "strip", z.ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; allowMultiple: z.ZodDefault; allowPhotos: z.ZodDefault; collapseExtensionsAfter: z.ZodDefault; extensions: z.ZodDefault>; externalUrl: z.ZodDefault>; hideDropArea: z.ZodDefault; icon: z.ZodDefault, z.ZodNativeEnum]>>; maxFileSize: z.ZodDefault; }, "dataTest" | "isDisabled" | "tabIndex">, "dataTest">, "strip", z.ZodTypeAny, { dataTest: string | null; }, { dataTest?: string | null | undefined; }>; type CaptureProps = z.output; const reviewSchema: z.ZodObject<{ dataTest: z.ZodDefault>; photoUrl: z.ZodDefault>; }, "strip", z.ZodTypeAny, { dataTest: string | null; photoUrl: string | null; }, { dataTest?: string | null | undefined; photoUrl?: string | null | undefined; }>; type ReviewProps = z.output; const errorSchema: z.ZodObject<{ dataTest: z.ZodDefault>; error: z.ZodDefault>; }, "strip", z.ZodTypeAny, { dataTest: string | null; error: string | null; }, { dataTest?: string | null | undefined; error?: string | null | undefined; }>; type ErrorProps = z.output; namespace Events { type Capture = { file: File; photoUrl: string; }; type Error = string; } } type Translations = { button: { acceptPhoto: string; cancel: string; nextCamera: string; rejectPhoto: string; retry: string; takePhoto: string; }; error: { multipleNotAllowed: string; notAllowed: string; notFound: string; notSupported: string; }; label: { capture: string; error: string; internal: string; review: string; unknown: string; }; statusMsg: { CANCELED: string; ERROR: string; HIDDEN: string; INVALID: string; NOT_STARTED: string; READY_TO_UPLOAD: string; UPLOADED: string; UPLOADED_WITH_ERROR: string; UPLOADING: string; }; text: { clickToUpload: string; dragAndDrop: string; learnMore: string; max: string; }; validationMsg: { INVALID_EXTENSION: string; MAX_SIZE_EXCEEDED: string; }; }; } export declare namespace KottiFieldFileUpload { enum Status { INVALID = "INVALID", NOT_STARTED = "NOT_STARTED", READY_TO_UPLOAD = "READY_TO_UPLOAD", UPLOADED = "UPLOADED", UPLOADED_WITH_ERROR = "UPLOADED_WITH_ERROR" } const statusSchema: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; const selectedFileSchema: z.ZodObject<{ file: z.ZodType; id: z.ZodString; status: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }>; type SelectedFile = z.input; const preUploadedFileSchema: z.ZodObject<{ name: z.ZodString; size: z.ZodNumber; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; isInternal: z.ZodOptional; downloadUrl: z.ZodOptional; viewUrl: z.ZodOptional; status: z.ZodOptional, z.ZodNativeEnum]>>; }, "strip", z.ZodTypeAny, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }>; type PreUploadedFile = z.input; const modelValueSchema: z.ZodUnion<[z.ZodObject<{ file: z.ZodType; id: z.ZodString; status: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }>, z.ZodObject<{ name: z.ZodString; size: z.ZodNumber; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; isInternal: z.ZodOptional; downloadUrl: z.ZodOptional; viewUrl: z.ZodOptional; status: z.ZodOptional, z.ZodNativeEnum]>>; }, "strip", z.ZodTypeAny, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }>]>; const valuesSchema: z.ZodArray; id: z.ZodString; status: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }>, z.ZodObject<{ name: z.ZodString; size: z.ZodNumber; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; isInternal: z.ZodOptional; downloadUrl: z.ZodOptional; viewUrl: z.ZodOptional; status: z.ZodOptional, z.ZodNativeEnum]>>; }, "strip", z.ZodTypeAny, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }>]>, "many">; type ModelValue = z.input; type ValueInternal = z.output; const fileInfoSchema: z.ZodObject<{ validation: z.ZodUnion<[z.ZodEnum<["INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS", ...("INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS")[]]>, z.ZodNativeEnum]>; name: z.ZodString; size: z.ZodNumber; isInternal: z.ZodOptional; downloadUrl: z.ZodOptional; viewUrl: z.ZodOptional; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; status: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Shared.Validation; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; }, { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Shared.Validation; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; }>; type FileInfo = z.output; const propsSchema: z.ZodObject<{ dataTest: z.ZodDefault>; icon: z.ZodDefault, z.ZodNativeEnum]>>; label: z.ZodDefault>; size: z.ZodDefault, z.ZodNativeEnum]>>>; isDisabled: z.ZodDefault; isLoading: z.ZodDefault; helpText: z.ZodDefault>; tabIndex: z.ZodDefault; placeholder: z.ZodNever; hideClear: z.ZodNever; hideValidation: z.ZodDefault; showVisibilityToggle: z.ZodDefault; isBorderless: z.ZodNever; inputId: z.ZodDefault>; formKey: z.ZodDefault]>>>; helpDescription: z.ZodDefault>; leftIcon: z.ZodNever; isOptional: z.ZodDefault; rightIcon: z.ZodNever; prefix: z.ZodNever; suffix: z.ZodNever; validator: z.ZodDefault, z.ZodUnion<[z.ZodObject<{ type: z.ZodLiteral<"empty">; }, "strip", z.ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"error">; }, "strip", z.ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"success">; }, "strip", z.ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, z.ZodObject<{ text: z.ZodNullable; type: z.ZodLiteral<"warning">; }, "strip", z.ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; allowMultiple: z.ZodDefault; allowPhotos: z.ZodDefault; collapseExtensionsAfter: z.ZodDefault; extensions: z.ZodDefault>; externalUrl: z.ZodDefault>; hideDropArea: z.ZodDefault; maxFileSize: z.ZodDefault; modelValue: z.ZodDefault; id: z.ZodString; status: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }, { file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; }>, z.ZodObject<{ name: z.ZodString; size: z.ZodNumber; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; isInternal: z.ZodOptional; downloadUrl: z.ZodOptional; viewUrl: z.ZodOptional; status: z.ZodOptional, z.ZodNativeEnum]>>; }, "strip", z.ZodTypeAny, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }, { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; }>]>, "many">>; }, "strip", z.ZodTypeAny, { dataTest: string | null; icon: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon; label: string | null; size: "large" | "medium" | "small" | KottiField.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: ({ file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; } | { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; })[]; placeholder: never; hideClear: never; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: never; inputId: string | null; formKey: string | null; helpDescription: string | null; leftIcon: never; isOptional: boolean; rightIcon: never; prefix: never; suffix: never; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; allowMultiple: boolean; allowPhotos: boolean; collapseExtensionsAfter: number; extensions: string[]; externalUrl: string | null; hideDropArea: boolean; maxFileSize: number; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; icon?: "address_book" | "announce" | "arrow_down" | "arrow_line" | "arrow_right" | "arrow_up" | "arrow_up_down" | "assembly" | "attachment" | "attention" | "basket" | "bell" | "bookmark" | "bookmark_solid" | "box_3d" | "burger" | "cad" | "calendar" | "calendar_clock" | "camera" | "camera_switch" | "card" | "catalog" | "charts" | "check" | "chevron_down" | "chevron_down_double" | "chevron_left" | "chevron_left_double" | "chevron_right" | "chevron_right_double" | "chevron_up" | "chevron_up_double" | "circle_attention" | "circle_check" | "circle_cross" | "circle_i" | "circle_load" | "circle_minus" | "circle_question" | "circle_search" | "clock" | "close" | "cloud" | "cloud_download" | "cloud_upload" | "column_fixleft" | "column_fixright" | "column_hide" | "comment" | "copy" | "csv" | "dashboard" | "dimension" | "doc" | "dots" | "dots_vertical" | "download" | "edit" | "email" | "exit" | "exit_fullscreen" | "eye" | "eye_slashed" | "file" | "filled_circle_check" | "filled_circle_cross" | "filled_circle_minus" | "filled_triangle_attention" | "filter" | "fix_right" | "flag" | "folder" | "fullscreen" | "gant_chart" | "global" | "heart" | "heart_solid" | "hide_menu" | "home" | "idea" | "invoice" | "json" | "kanban" | "landline" | "layer" | "lightning_bolt" | "link" | "linked" | "list" | "location" | "logout" | "markup" | "material" | "minus" | "mobile" | "not_allow" | "not_applicable" | "notes" | "office" | "order" | "outlink" | "pdf" | "permission_locked" | "permission_unlocked" | "picture" | "plus" | "print" | "printer" | "qr_code" | "quote" | "reload" | "report_chart" | "request" | "save" | "scale" | "search" | "send" | "setting" | "share" | "shipping" | "shop" | "sidebar" | "sort_ascend" | "sort_descend" | "square_solid" | "star" | "star_solid" | "structure" | "support" | "switch" | "tag" | "tech" | "thumb_down" | "thumb_up" | "tile_layout" | "trash" | "triangle_down" | "triangle_left" | "triangle_right" | "triangle_switch" | "triangle_up" | "upload" | "user" | "user_solid" | "usergroup" | "version" | "view" | "view_sidebar" | "zip" | Yoco.Icon | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | KottiField.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; helpText?: string | null | undefined; tabIndex?: number | undefined; hideValidation?: boolean | undefined; showVisibilityToggle?: boolean | undefined; inputId?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; isOptional?: boolean | undefined; validator?: ((args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }) | undefined; allowMultiple?: boolean | undefined; allowPhotos?: boolean | undefined; collapseExtensionsAfter?: number | undefined; extensions?: string[] | undefined; externalUrl?: string | null | undefined; hideDropArea?: boolean | undefined; maxFileSize?: number | undefined; modelValue?: ({ file: File; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; id: string; } | { name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; status?: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status | undefined; })[] | undefined; }>; type Props = z.input; type PropsInternal = z.output; namespace Events { type SetStatus = { id: z.infer; status: EnumToPrimitiveUnion | Status; }; } namespace FileItem { const schema: z.ZodObject<{ dataTest: z.ZodDefault>; fileInfo: z.ZodObject<{ validation: z.ZodUnion<[z.ZodEnum<["INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS", ...("INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS")[]]>, z.ZodNativeEnum]>; name: z.ZodString; size: z.ZodNumber; isInternal: z.ZodOptional; downloadUrl: z.ZodOptional; viewUrl: z.ZodOptional; id: z.ZodUnion<[z.ZodNumber, z.ZodString]>; status: z.ZodUnion<[z.ZodEnum<["INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR", ...("INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR")[]]>, z.ZodNativeEnum]>; }, "strip", z.ZodTypeAny, { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Shared.Validation; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; }, { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Shared.Validation; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; }>; isDisabled: z.ZodDefault; }, "strip", z.ZodTypeAny, { dataTest: string | null; isDisabled: boolean; fileInfo: { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Shared.Validation; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; }; }, { fileInfo: { validation: "INVALID_EXTENSION" | "MAX_SIZE_EXCEEDED" | "SUCCESS" | Shared.Validation; status: "INVALID" | "NOT_STARTED" | "READY_TO_UPLOAD" | "UPLOADED" | "UPLOADED_WITH_ERROR" | Status; name: string; size: number; id: string | number; isInternal?: boolean | undefined; downloadUrl?: string | undefined; viewUrl?: string | undefined; }; dataTest?: string | null | undefined; isDisabled?: boolean | undefined; }>; type Props = z.input; type PropsInternal = z.output; } namespace ProgressBar { const schema: z.ZodObject<{ isError: z.ZodDefault; progress: z.ZodDefault; }, "strip", z.ZodTypeAny, { isError: boolean; progress: number; }, { isError?: boolean | undefined; progress?: number | undefined; }>; type Props = z.input; type PropsInternal = z.output; } }