import type { Kotti } from '../types'; import { KottiStandardTable } from './standard-table/types'; import { KottiTable } from './table/types'; export { useKottiStandardTable } from './standard-table/hooks'; export { type KottiStandardTableStorage, LocalStorageAdapter, type StorageOperationContext, } from './standard-table/storage'; export { createColumnContext, getCustomDisplay, getDisplay, } from './table/column-helper'; export { useKottiTable } from './table/hooks'; export { getDateSorter, getNumericalSorter, getTextSorter, useLocalSort, } from './table/local'; export declare const KtTable: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isNotScrollable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tableId: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; }>> & Readonly<{}>, { bodyRows: import("vue").ComputedRef<{ actions: { dataTest?: string; icon: import("zod").input; isDisabled?: boolean; onClick: () => Promise | void; tooltip?: string; }[] | null; cells: { classes: string; column: import("@tanstack/table-core").Column; columnId: string; dataTest: string; getContext: () => import("@tanstack/table-core").CellContext; id: string; key: string; style: any; wrapComponent: { class: string[]; component: string; on?: Record; props?: Record; }; }[]; classes: string; expandedColSpan: number; expandedKey: string; isActionDisabled: boolean; isExpanded: boolean; key: string; original: Kotti.Table.AnyRow; }[]>; defaultedEmptyText: import("vue").ComputedRef; handleAnimationEnd: () => void; handleCellDragOver: (event: DragEvent, columnId: string) => void; handleDragLeave: (_event: DragEvent) => void; handleDrop: (event: DragEvent) => void; handleHeaderClick: (_: MouseEvent, header: import("@tanstack/table-core").Header) => void; handleHeaderDragStart: (event: DragEvent, columnId: string) => void; handleTableDragEnd: () => void; hasActions: import("vue").ComputedRef; headerRows: import("vue").ComputedRef<{ headers: { classes: string; colSpan: number; column: import("@tanstack/table-core").Column; dataTest: string; getContext: () => import("@tanstack/table-core").HeaderContext; id: string; isDraggable: boolean; isSortable: boolean; key: string; sortIndicatorIcon: import("@3yourmind/yoco").Yoco.Icon; style: any; }[]; key: string; }[]>; table: import("vue").ComputedRef>; tableClasses: import("vue").ComputedRef<{ 'kt-table': boolean; 'kt-table--is-drag-and-drop-active': boolean; 'kt-table--is-loading skeleton rectangle': boolean; 'kt-table--is-scrollable': boolean; }>; tableColSpan: import("vue").ComputedRef; tableContext: import("vue").ComputedRef<{ internal: { columnOrder: string[]; getColumnIndex: (columnId: string) => number; getOrdering: () => KottiTable.Ordering[]; getRowBehavior: import("./table/types").GetRowBehavior; hasDragAndDrop: boolean; isExpandable: boolean; selectionCount: number; swapDraggedAndDropTarget: (draggedColumnId: string, targetIndex: number) => void; table: import("@tanstack/table-core").Table; triggerExpand: (rowId: string) => void; unselectAllRows: () => void; visibleColumns: import("@tanstack/table-core").VisibilityState; }; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { isLoading: boolean; emptyText: string | null; isNotScrollable: boolean; }, true, {}, {}, { FlexRender: import("vue").DefineComponent, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>>, { readonly props?: any; readonly render?: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; KtPopover: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "update:isSelected")[], import("vue").PublicProps, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, true, {}, {}, { ContextEscapeWrapper: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconTextItem: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>, { contentRef: import("vue").Ref; onClick: (event: MouseEvent) => void; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled: boolean; tooltip: string | undefined; isActive: boolean; isClickable: boolean; }, {}, { MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; type: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; label: import("zod").ZodDefault>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; helpText: import("zod").ZodDefault>; tabIndex: import("zod").ZodDefault; placeholder: import("zod").ZodNever; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; showVisibilityToggle: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; isOptional: import("zod").ZodDefault; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; suffix: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; 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; }; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; type?: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | Kotti.Field.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; modelValue?: boolean | null | undefined; }>> & { supports: Kotti.Field.Supports; }; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "update:isSelected")[], "hide" | "update:isSelected", { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, {}, string, {}, { ContextEscapeWrapper: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconTextItem: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>, { contentRef: import("vue").Ref; onClick: (event: MouseEvent) => void; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled: boolean; tooltip: string | undefined; isActive: boolean; isClickable: boolean; }, {}, { MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; type: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; label: import("zod").ZodDefault>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; helpText: import("zod").ZodDefault>; tabIndex: import("zod").ZodDefault; placeholder: import("zod").ZodNever; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; showVisibilityToggle: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; isOptional: import("zod").ZodDefault; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; suffix: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; 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; }; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; type?: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | Kotti.Field.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; modelValue?: boolean | null | undefined; }>> & { supports: Kotti.Field.Supports; }; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta; isDisabled: import("zod").ZodDefault; options: import("zod").ZodDefault; icon: import("zod").ZodOptional, import("zod").ZodNativeEnum]>>; isActive: import("zod").ZodDefault; isClickable: import("zod").ZodDefault; isDisabled: import("zod").ZodDefault; isOptional: import("zod").ZodDefault; isSelected: import("zod").ZodDefault; label: import("zod").ZodString; onClick: import("zod").ZodOptional, import("zod").ZodVoid>>; tooltip: import("zod").ZodOptional; }, "dataTest" | "icon" | "label" | "isDisabled" | "onClick" | "isOptional" | "tooltip" | "isActive" | "isSelected">, "strip", import("zod").ZodTypeAny, { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }, { label: string; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled?: boolean | undefined; onClick?: (() => void) | undefined; isOptional?: boolean | undefined; tooltip?: string | undefined; isActive?: boolean | undefined; isSelected?: boolean | undefined; }>, "many">>; placement: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; trigger: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; }, "strip", import("zod").ZodTypeAny, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, { areOptionsSelectable?: boolean | undefined; isDisabled?: boolean | undefined; options?: { label: string; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled?: boolean | undefined; onClick?: (() => void) | undefined; isOptional?: boolean | undefined; tooltip?: string | undefined; isActive?: boolean | undefined; isSelected?: boolean | undefined; }[] | undefined; placement?: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement | undefined; size?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; trigger?: "click" | "hover" | "manual" | Kotti.Popover.Trigger | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isNotScrollable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tableId: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; }>> & Readonly<{}>, { bodyRows: import("vue").ComputedRef<{ actions: { dataTest?: string; icon: import("zod").input; isDisabled?: boolean; onClick: () => Promise | void; tooltip?: string; }[] | null; cells: { classes: string; column: import("@tanstack/table-core").Column; columnId: string; dataTest: string; getContext: () => import("@tanstack/table-core").CellContext; id: string; key: string; style: any; wrapComponent: { class: string[]; component: string; on?: Record; props?: Record; }; }[]; classes: string; expandedColSpan: number; expandedKey: string; isActionDisabled: boolean; isExpanded: boolean; key: string; original: Kotti.Table.AnyRow; }[]>; defaultedEmptyText: import("vue").ComputedRef; handleAnimationEnd: () => void; handleCellDragOver: (event: DragEvent, columnId: string) => void; handleDragLeave: (_event: DragEvent) => void; handleDrop: (event: DragEvent) => void; handleHeaderClick: (_: MouseEvent, header: import("@tanstack/table-core").Header) => void; handleHeaderDragStart: (event: DragEvent, columnId: string) => void; handleTableDragEnd: () => void; hasActions: import("vue").ComputedRef; headerRows: import("vue").ComputedRef<{ headers: { classes: string; colSpan: number; column: import("@tanstack/table-core").Column; dataTest: string; getContext: () => import("@tanstack/table-core").HeaderContext; id: string; isDraggable: boolean; isSortable: boolean; key: string; sortIndicatorIcon: import("@3yourmind/yoco").Yoco.Icon; style: any; }[]; key: string; }[]>; table: import("vue").ComputedRef>; tableClasses: import("vue").ComputedRef<{ 'kt-table': boolean; 'kt-table--is-drag-and-drop-active': boolean; 'kt-table--is-loading skeleton rectangle': boolean; 'kt-table--is-scrollable': boolean; }>; tableColSpan: import("vue").ComputedRef; tableContext: import("vue").ComputedRef<{ internal: { columnOrder: string[]; getColumnIndex: (columnId: string) => number; getOrdering: () => KottiTable.Ordering[]; getRowBehavior: import("./table/types").GetRowBehavior; hasDragAndDrop: boolean; isExpandable: boolean; selectionCount: number; swapDraggedAndDropTarget: (draggedColumnId: string, targetIndex: number) => void; table: import("@tanstack/table-core").Table; triggerExpand: (rowId: string) => void; unselectAllRows: () => void; visibleColumns: import("@tanstack/table-core").VisibilityState; }; }>; }, {}, {}, {}, { isLoading: boolean; emptyText: string | null; isNotScrollable: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isNotScrollable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tableId: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; }>> & Readonly<{}>, { bodyRows: import("vue").ComputedRef<{ actions: { dataTest?: string; icon: import("zod").input; isDisabled?: boolean; onClick: () => Promise | void; tooltip?: string; }[] | null; cells: { classes: string; column: import("@tanstack/table-core").Column; columnId: string; dataTest: string; getContext: () => import("@tanstack/table-core").CellContext; id: string; key: string; style: any; wrapComponent: { class: string[]; component: string; on?: Record; props?: Record; }; }[]; classes: string; expandedColSpan: number; expandedKey: string; isActionDisabled: boolean; isExpanded: boolean; key: string; original: Kotti.Table.AnyRow; }[]>; defaultedEmptyText: import("vue").ComputedRef; handleAnimationEnd: () => void; handleCellDragOver: (event: DragEvent, columnId: string) => void; handleDragLeave: (_event: DragEvent) => void; handleDrop: (event: DragEvent) => void; handleHeaderClick: (_: MouseEvent, header: import("@tanstack/table-core").Header) => void; handleHeaderDragStart: (event: DragEvent, columnId: string) => void; handleTableDragEnd: () => void; hasActions: import("vue").ComputedRef; headerRows: import("vue").ComputedRef<{ headers: { classes: string; colSpan: number; column: import("@tanstack/table-core").Column; dataTest: string; getContext: () => import("@tanstack/table-core").HeaderContext; id: string; isDraggable: boolean; isSortable: boolean; key: string; sortIndicatorIcon: import("@3yourmind/yoco").Yoco.Icon; style: any; }[]; key: string; }[]>; table: import("vue").ComputedRef>; tableClasses: import("vue").ComputedRef<{ 'kt-table': boolean; 'kt-table--is-drag-and-drop-active': boolean; 'kt-table--is-loading skeleton rectangle': boolean; 'kt-table--is-scrollable': boolean; }>; tableColSpan: import("vue").ComputedRef; tableContext: import("vue").ComputedRef<{ internal: { columnOrder: string[]; getColumnIndex: (columnId: string) => number; getOrdering: () => KottiTable.Ordering[]; getRowBehavior: import("./table/types").GetRowBehavior; hasDragAndDrop: boolean; isExpandable: boolean; selectionCount: number; swapDraggedAndDropTarget: (draggedColumnId: string, targetIndex: number) => void; table: import("@tanstack/table-core").Table; triggerExpand: (rowId: string) => void; unselectAllRows: () => void; visibleColumns: import("@tanstack/table-core").VisibilityState; }; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { isLoading: boolean; emptyText: string | null; isNotScrollable: boolean; }, {}, string, {}, { FlexRender: import("vue").DefineComponent, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>>, { readonly props?: any; readonly render?: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; KtPopover: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "update:isSelected")[], import("vue").PublicProps, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, true, {}, {}, { ContextEscapeWrapper: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconTextItem: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>, { contentRef: import("vue").Ref; onClick: (event: MouseEvent) => void; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled: boolean; tooltip: string | undefined; isActive: boolean; isClickable: boolean; }, {}, { MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; type: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; label: import("zod").ZodDefault>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; helpText: import("zod").ZodDefault>; tabIndex: import("zod").ZodDefault; placeholder: import("zod").ZodNever; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; showVisibilityToggle: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; isOptional: import("zod").ZodDefault; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; suffix: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; 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; }; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; type?: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | Kotti.Field.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; modelValue?: boolean | null | undefined; }>> & { supports: Kotti.Field.Supports; }; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "update:isSelected")[], "hide" | "update:isSelected", { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, {}, string, {}, { ContextEscapeWrapper: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconTextItem: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>, { contentRef: import("vue").Ref; onClick: (event: MouseEvent) => void; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled: boolean; tooltip: string | undefined; isActive: boolean; isClickable: boolean; }, {}, { MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; type: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; label: import("zod").ZodDefault>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; helpText: import("zod").ZodDefault>; tabIndex: import("zod").ZodDefault; placeholder: import("zod").ZodNever; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; showVisibilityToggle: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; isOptional: import("zod").ZodDefault; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; suffix: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; 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; }; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; type?: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | Kotti.Field.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; modelValue?: boolean | null | undefined; }>> & { supports: Kotti.Field.Supports; }; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta; isDisabled: import("zod").ZodDefault; options: import("zod").ZodDefault; icon: import("zod").ZodOptional, import("zod").ZodNativeEnum]>>; isActive: import("zod").ZodDefault; isClickable: import("zod").ZodDefault; isDisabled: import("zod").ZodDefault; isOptional: import("zod").ZodDefault; isSelected: import("zod").ZodDefault; label: import("zod").ZodString; onClick: import("zod").ZodOptional, import("zod").ZodVoid>>; tooltip: import("zod").ZodOptional; }, "dataTest" | "icon" | "label" | "isDisabled" | "onClick" | "isOptional" | "tooltip" | "isActive" | "isSelected">, "strip", import("zod").ZodTypeAny, { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }, { label: string; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled?: boolean | undefined; onClick?: (() => void) | undefined; isOptional?: boolean | undefined; tooltip?: string | undefined; isActive?: boolean | undefined; isSelected?: boolean | undefined; }>, "many">>; placement: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; trigger: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; }, "strip", import("zod").ZodTypeAny, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, { areOptionsSelectable?: boolean | undefined; isDisabled?: boolean | undefined; options?: { label: string; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled?: boolean | undefined; onClick?: (() => void) | undefined; isOptional?: boolean | undefined; tooltip?: string | undefined; isActive?: boolean | undefined; isSelected?: boolean | undefined; }[] | undefined; placement?: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement | undefined; size?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; trigger?: "click" | "hover" | "manual" | Kotti.Popover.Trigger | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; isLoading: import("zod").ZodDefault; isNotScrollable: import("zod").ZodDefault; tableId: import("zod").ZodString; }, "strict", import("zod").ZodTypeAny, { isLoading: boolean; emptyText: string | null; isNotScrollable: boolean; tableId: string; }, { tableId: string; emptyText?: string | null | undefined; isLoading?: boolean | undefined; isNotScrollable?: boolean | undefined; }>> & Record; }; export declare const KtStandardTable: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tableId: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; title: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; }>> & Readonly<{ "onUpdate:fetchData"?: ((...args: any[]) => any) | undefined; }>, { appliedFilters: import("vue").ComputedRef<({ value: boolean | null; id: string; operation: Kotti.StandardTable.FilterOperation.Boolean; } | { value: [string | null, string | null]; id: string; operation: Kotti.StandardTable.FilterOperation.DateRange; } | { value: (string | number | boolean | null)[]; id: string; operation: Kotti.StandardTable.FilterOperation.MultiEnum; } | { value: [number | null, number | null]; id: string; operation: Kotti.StandardTable.FilterOperation.NumberRange; } | { value: string | number | boolean | null; id: string; operation: Kotti.StandardTable.FilterOperation.SingleEnum; })[]>; canChangeColumnOrder: import("vue").ComputedRef; columnOptions: import("vue").ComputedRef<{ options: { label: string; key: string; }[]; label?: string | null | undefined; }[]>; columnSelection: import("vue").ComputedRef; columnsInOrder: import("vue").ComputedRef<{ internal: { columnOrder: string[]; getColumnIndex: (columnId: string) => number; getOrdering: () => KottiTable.Ordering[]; getRowBehavior: import("./table/types").GetRowBehavior; hasDragAndDrop: boolean; isExpandable: boolean; selectionCount: number; swapDraggedAndDropTarget: (draggedColumnId: string, targetIndex: number) => void; table: import("@tanstack/table-core").Table; triggerExpand: (rowId: string) => void; unselectAllRows: () => void; visibleColumns: import("@tanstack/table-core").VisibilityState; }; }>; filterTags: import("vue").ComputedRef<{ label: string; value: string; }[]>; hideTableActions: import("vue").ComputedRef; inlineFilters: import("vue").ComputedRef<({ type: Kotti.StandardTable.FilterType.BOOLEAN; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.Boolean.EQUAL, ...Kotti.StandardTable.FilterOperation.Boolean.EQUAL[]]; dataTest?: string | undefined; defaultValue?: boolean | null | undefined; slotLabels?: [string, string] | undefined; } | { type: Kotti.StandardTable.FilterType.DATE_RANGE; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE[]]; dataTest?: string | undefined; defaultValue?: [string | null, string | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.MULTI_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF, ...Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF[]]; dataTest?: string | undefined; defaultValue?: (string | number | boolean | null)[] | undefined; } | { type: Kotti.StandardTable.FilterType.NUMBER_RANGE; label: string; id: string; decimalPlaces: number; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE[]]; unit: string | null; dataTest?: string | undefined; defaultValue?: [number | null, number | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.SINGLE_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL, ...Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL[]]; dataTest?: string | undefined; defaultValue?: string | number | boolean | null | undefined; })[]>; isLoading: import("vue").ComputedRef; isLoadingAndEmpty: import("vue").ComputedRef; isShowAllColumnsDisabled: import("vue").ComputedRef; onShowAllColumns: () => void; onUpdateAppliedFilters: (value: KottiStandardTable.AppliedFilter[]) => void; onUpdateColumnSelection: (value: string[]) => void; onUpdatePageIndex: (value: number) => void; onUpdatePageSize: (value: number) => void; onUpdateSearchValue: (value: string | null) => void; options: import("vue").ComputedRef<{ hideControls?: { columns?: boolean | undefined; filters?: boolean | undefined; search?: boolean | undefined; } | undefined; popoversSize?: { columns?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; filters?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; } | undefined; searchPlaceholder?: string | undefined; } | undefined>; pageIndex: import("vue").ComputedRef; pageSize: import("vue").ComputedRef; pageSizeOptions: import("vue").ComputedRef; popoverFilters: import("vue").ComputedRef<({ type: Kotti.StandardTable.FilterType.BOOLEAN; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.Boolean.EQUAL, ...Kotti.StandardTable.FilterOperation.Boolean.EQUAL[]]; dataTest?: string | undefined; defaultValue?: boolean | null | undefined; slotLabels?: [string, string] | undefined; } | { type: Kotti.StandardTable.FilterType.DATE_RANGE; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE[]]; dataTest?: string | undefined; defaultValue?: [string | null, string | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.MULTI_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF, ...Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF[]]; dataTest?: string | undefined; defaultValue?: (string | number | boolean | null)[] | undefined; } | { type: Kotti.StandardTable.FilterType.NUMBER_RANGE; label: string; id: string; decimalPlaces: number; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE[]]; unit: string | null; dataTest?: string | undefined; defaultValue?: [number | null, number | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.SINGLE_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL, ...Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL[]]; dataTest?: string | undefined; defaultValue?: string | number | boolean | null | undefined; })[]>; rowCount: import("vue").ComputedRef; searchValue: import("vue").ComputedRef; selectionCount: import("vue").ComputedRef; showGlobalSelection: import("vue").ComputedRef; tableRows: import("vue").ComputedRef; translations: import("vue").Ref, Readonly>; unselectAllRows: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:fetchData"[], import("vue").PublicProps, { title: string | undefined; emptyText: string | null; }, true, {}, {}, any, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tableId: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; title: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; }>> & Readonly<{ "onUpdate:fetchData"?: ((...args: any[]) => any) | undefined; }>, { appliedFilters: import("vue").ComputedRef<({ value: boolean | null; id: string; operation: Kotti.StandardTable.FilterOperation.Boolean; } | { value: [string | null, string | null]; id: string; operation: Kotti.StandardTable.FilterOperation.DateRange; } | { value: (string | number | boolean | null)[]; id: string; operation: Kotti.StandardTable.FilterOperation.MultiEnum; } | { value: [number | null, number | null]; id: string; operation: Kotti.StandardTable.FilterOperation.NumberRange; } | { value: string | number | boolean | null; id: string; operation: Kotti.StandardTable.FilterOperation.SingleEnum; })[]>; canChangeColumnOrder: import("vue").ComputedRef; columnOptions: import("vue").ComputedRef<{ options: { label: string; key: string; }[]; label?: string | null | undefined; }[]>; columnSelection: import("vue").ComputedRef; columnsInOrder: import("vue").ComputedRef<{ internal: { columnOrder: string[]; getColumnIndex: (columnId: string) => number; getOrdering: () => KottiTable.Ordering[]; getRowBehavior: import("./table/types").GetRowBehavior; hasDragAndDrop: boolean; isExpandable: boolean; selectionCount: number; swapDraggedAndDropTarget: (draggedColumnId: string, targetIndex: number) => void; table: import("@tanstack/table-core").Table; triggerExpand: (rowId: string) => void; unselectAllRows: () => void; visibleColumns: import("@tanstack/table-core").VisibilityState; }; }>; filterTags: import("vue").ComputedRef<{ label: string; value: string; }[]>; hideTableActions: import("vue").ComputedRef; inlineFilters: import("vue").ComputedRef<({ type: Kotti.StandardTable.FilterType.BOOLEAN; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.Boolean.EQUAL, ...Kotti.StandardTable.FilterOperation.Boolean.EQUAL[]]; dataTest?: string | undefined; defaultValue?: boolean | null | undefined; slotLabels?: [string, string] | undefined; } | { type: Kotti.StandardTable.FilterType.DATE_RANGE; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE[]]; dataTest?: string | undefined; defaultValue?: [string | null, string | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.MULTI_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF, ...Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF[]]; dataTest?: string | undefined; defaultValue?: (string | number | boolean | null)[] | undefined; } | { type: Kotti.StandardTable.FilterType.NUMBER_RANGE; label: string; id: string; decimalPlaces: number; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE[]]; unit: string | null; dataTest?: string | undefined; defaultValue?: [number | null, number | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.SINGLE_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL, ...Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL[]]; dataTest?: string | undefined; defaultValue?: string | number | boolean | null | undefined; })[]>; isLoading: import("vue").ComputedRef; isLoadingAndEmpty: import("vue").ComputedRef; isShowAllColumnsDisabled: import("vue").ComputedRef; onShowAllColumns: () => void; onUpdateAppliedFilters: (value: KottiStandardTable.AppliedFilter[]) => void; onUpdateColumnSelection: (value: string[]) => void; onUpdatePageIndex: (value: number) => void; onUpdatePageSize: (value: number) => void; onUpdateSearchValue: (value: string | null) => void; options: import("vue").ComputedRef<{ hideControls?: { columns?: boolean | undefined; filters?: boolean | undefined; search?: boolean | undefined; } | undefined; popoversSize?: { columns?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; filters?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; } | undefined; searchPlaceholder?: string | undefined; } | undefined>; pageIndex: import("vue").ComputedRef; pageSize: import("vue").ComputedRef; pageSizeOptions: import("vue").ComputedRef; popoverFilters: import("vue").ComputedRef<({ type: Kotti.StandardTable.FilterType.BOOLEAN; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.Boolean.EQUAL, ...Kotti.StandardTable.FilterOperation.Boolean.EQUAL[]]; dataTest?: string | undefined; defaultValue?: boolean | null | undefined; slotLabels?: [string, string] | undefined; } | { type: Kotti.StandardTable.FilterType.DATE_RANGE; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE[]]; dataTest?: string | undefined; defaultValue?: [string | null, string | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.MULTI_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF, ...Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF[]]; dataTest?: string | undefined; defaultValue?: (string | number | boolean | null)[] | undefined; } | { type: Kotti.StandardTable.FilterType.NUMBER_RANGE; label: string; id: string; decimalPlaces: number; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE[]]; unit: string | null; dataTest?: string | undefined; defaultValue?: [number | null, number | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.SINGLE_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL, ...Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL[]]; dataTest?: string | undefined; defaultValue?: string | number | boolean | null | undefined; })[]>; rowCount: import("vue").ComputedRef; searchValue: import("vue").ComputedRef; selectionCount: import("vue").ComputedRef; showGlobalSelection: import("vue").ComputedRef; tableRows: import("vue").ComputedRef; translations: import("vue").Ref, Readonly>; unselectAllRows: () => void; }, {}, {}, {}, { title: string | undefined; emptyText: string | null; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tableId: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; title: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; }>> & Readonly<{ "onUpdate:fetchData"?: ((...args: any[]) => any) | undefined; }>, { appliedFilters: import("vue").ComputedRef<({ value: boolean | null; id: string; operation: Kotti.StandardTable.FilterOperation.Boolean; } | { value: [string | null, string | null]; id: string; operation: Kotti.StandardTable.FilterOperation.DateRange; } | { value: (string | number | boolean | null)[]; id: string; operation: Kotti.StandardTable.FilterOperation.MultiEnum; } | { value: [number | null, number | null]; id: string; operation: Kotti.StandardTable.FilterOperation.NumberRange; } | { value: string | number | boolean | null; id: string; operation: Kotti.StandardTable.FilterOperation.SingleEnum; })[]>; canChangeColumnOrder: import("vue").ComputedRef; columnOptions: import("vue").ComputedRef<{ options: { label: string; key: string; }[]; label?: string | null | undefined; }[]>; columnSelection: import("vue").ComputedRef; columnsInOrder: import("vue").ComputedRef<{ internal: { columnOrder: string[]; getColumnIndex: (columnId: string) => number; getOrdering: () => KottiTable.Ordering[]; getRowBehavior: import("./table/types").GetRowBehavior; hasDragAndDrop: boolean; isExpandable: boolean; selectionCount: number; swapDraggedAndDropTarget: (draggedColumnId: string, targetIndex: number) => void; table: import("@tanstack/table-core").Table; triggerExpand: (rowId: string) => void; unselectAllRows: () => void; visibleColumns: import("@tanstack/table-core").VisibilityState; }; }>; filterTags: import("vue").ComputedRef<{ label: string; value: string; }[]>; hideTableActions: import("vue").ComputedRef; inlineFilters: import("vue").ComputedRef<({ type: Kotti.StandardTable.FilterType.BOOLEAN; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.Boolean.EQUAL, ...Kotti.StandardTable.FilterOperation.Boolean.EQUAL[]]; dataTest?: string | undefined; defaultValue?: boolean | null | undefined; slotLabels?: [string, string] | undefined; } | { type: Kotti.StandardTable.FilterType.DATE_RANGE; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE[]]; dataTest?: string | undefined; defaultValue?: [string | null, string | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.MULTI_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF, ...Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF[]]; dataTest?: string | undefined; defaultValue?: (string | number | boolean | null)[] | undefined; } | { type: Kotti.StandardTable.FilterType.NUMBER_RANGE; label: string; id: string; decimalPlaces: number; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE[]]; unit: string | null; dataTest?: string | undefined; defaultValue?: [number | null, number | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.SINGLE_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL, ...Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL[]]; dataTest?: string | undefined; defaultValue?: string | number | boolean | null | undefined; })[]>; isLoading: import("vue").ComputedRef; isLoadingAndEmpty: import("vue").ComputedRef; isShowAllColumnsDisabled: import("vue").ComputedRef; onShowAllColumns: () => void; onUpdateAppliedFilters: (value: KottiStandardTable.AppliedFilter[]) => void; onUpdateColumnSelection: (value: string[]) => void; onUpdatePageIndex: (value: number) => void; onUpdatePageSize: (value: number) => void; onUpdateSearchValue: (value: string | null) => void; options: import("vue").ComputedRef<{ hideControls?: { columns?: boolean | undefined; filters?: boolean | undefined; search?: boolean | undefined; } | undefined; popoversSize?: { columns?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; filters?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; } | undefined; searchPlaceholder?: string | undefined; } | undefined>; pageIndex: import("vue").ComputedRef; pageSize: import("vue").ComputedRef; pageSizeOptions: import("vue").ComputedRef; popoverFilters: import("vue").ComputedRef<({ type: Kotti.StandardTable.FilterType.BOOLEAN; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.Boolean.EQUAL, ...Kotti.StandardTable.FilterOperation.Boolean.EQUAL[]]; dataTest?: string | undefined; defaultValue?: boolean | null | undefined; slotLabels?: [string, string] | undefined; } | { type: Kotti.StandardTable.FilterType.DATE_RANGE; label: string; id: string; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.DateRange.IN_RANGE[]]; dataTest?: string | undefined; defaultValue?: [string | null, string | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.MULTI_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF, ...Kotti.StandardTable.FilterOperation.MultiEnum.ONE_OF[]]; dataTest?: string | undefined; defaultValue?: (string | number | boolean | null)[] | undefined; } | { type: Kotti.StandardTable.FilterType.NUMBER_RANGE; label: string; id: string; decimalPlaces: number; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE, ...Kotti.StandardTable.FilterOperation.NumberRange.IN_RANGE[]]; unit: string | null; dataTest?: string | undefined; defaultValue?: [number | null, number | null] | undefined; } | { options: { value: string | number | boolean | null; label: string; dataTest?: string | undefined; groupId?: string | number | undefined; isDisabled?: boolean | undefined; }[]; type: Kotti.StandardTable.FilterType.SINGLE_SELECT; label: string; id: string; isUnsorted: boolean; displayInline: boolean; operations: [Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL, ...Kotti.StandardTable.FilterOperation.SingleEnum.EQUAL[]]; dataTest?: string | undefined; defaultValue?: string | number | boolean | null | undefined; })[]>; rowCount: import("vue").ComputedRef; searchValue: import("vue").ComputedRef; selectionCount: import("vue").ComputedRef; showGlobalSelection: import("vue").ComputedRef; tableRows: import("vue").ComputedRef; translations: import("vue").Ref, Readonly>; unselectAllRows: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:fetchData"[], "update:fetchData", { title: string | undefined; emptyText: string | null; }, {}, string, {}, any, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; tableId: import("zod").ZodString; title: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { emptyText: string | null; tableId: string; title?: string | undefined; }, { tableId: string; emptyText?: string | null | undefined; title?: string | undefined; }>> & Record; }; export declare const KtColumnSelector: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; canSearchColumn: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; categories: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ options: { label: string; key: string; }[]; label: string | null; }[]>; } & { default: () => { options: { label: string; key: string; }[]; label: string | null; }[]; }; dataTest: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; selection: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; }>> & Readonly<{ onShowAll?: (() => any) | undefined; "onUpdate:selection"?: ((_selection: string[]) => any) | undefined; }>, { addOption: (optionKey: string) => void; cleanedCategories: import("vue").ComputedRef<{ label: string; options: { label: string; key: string; }[]; }[]>; handleDragEnd: () => void; handleDragLeave: () => void; handleDragOver: (event: DragEvent, columnKey: string) => void; handleDragStart: (event: DragEvent, columnKey: string) => void; handleDrop: () => void; handlePopoverHide: () => void; removeOption: (optionKey: string) => void; searchQuery: import("vue").Ref; selectedOptions: import("vue").ComputedRef<{ label: string; key: string; }[]>; translations: import("vue").Ref, Readonly>; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { showAll: () => true; 'update:selection': (_selection: string[]) => true; }, import("vue").PublicProps, { dataTest: string | undefined; label: string | null; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; isLoading: boolean; canChangeColumnOrder: boolean; canSearchColumn: boolean; categories: { options: { label: string; key: string; }[]; label: string | null; }[]; }, true, {}, {}, { KtButton: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; iconPosition: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | Kotti.Button.IconPosition>; } & { default: () => "left" | "right" | Kotti.Button.IconPosition; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Button.Size>; } & { default: () => "large" | "medium" | "small" | Kotti.Button.Size; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isSubmit: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isBlock: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isMultiline: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; toggleStatus: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"off" | "on" | Kotti.Button.ToggleStatus | null>; } & { default: () => "off" | "on" | Kotti.Button.ToggleStatus | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type>; } & { default: () => "text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type; }; }>, { handleClick: (event: Event) => void; hasIconLeft: import("vue").ComputedRef; hasIconRight: import("vue").ComputedRef; hasSlot: import("vue").ComputedRef; helpTextContentRef: import("vue").Ref; helpTextTriggerRef: import("vue").Ref; mainClasses: import("vue").ComputedRef<{ 'kt-button': boolean; 'kt-button--has-content': boolean; 'kt-button--has-icon': boolean; 'kt-button--is-block': boolean; 'kt-button--is-multiline': boolean; }>; showHelpText: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:toggleStatus")[], "click" | "update:toggleStatus", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; iconPosition: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | Kotti.Button.IconPosition>; } & { default: () => "left" | "right" | Kotti.Button.IconPosition; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Button.Size>; } & { default: () => "large" | "medium" | "small" | Kotti.Button.Size; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isSubmit: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isBlock: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isMultiline: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; toggleStatus: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"off" | "on" | Kotti.Button.ToggleStatus | null>; } & { default: () => "off" | "on" | Kotti.Button.ToggleStatus | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type>; } & { default: () => "text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; "onUpdate:toggleStatus"?: ((...args: any[]) => any) | 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" | import("@3yourmind/yoco").Yoco.Icon | null; type: "text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type; label: string | null; iconPosition: "left" | "right" | Kotti.Button.IconPosition; size: "large" | "medium" | "small" | Kotti.Button.Size; isLoading: boolean; isSubmit: boolean; helpText: string | null; isBlock: boolean; isMultiline: boolean; toggleStatus: "off" | "on" | Kotti.Button.ToggleStatus | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtPopover: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "update:isSelected")[], "hide" | "update:isSelected", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, {}, { ContextEscapeWrapper: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconTextItem: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>, { contentRef: import("vue").Ref; onClick: (event: MouseEvent) => void; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled: boolean; tooltip: string | undefined; isActive: boolean; isClickable: boolean; }, {}, { MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; type: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; label: import("zod").ZodDefault>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; helpText: import("zod").ZodDefault>; tabIndex: import("zod").ZodDefault; placeholder: import("zod").ZodNever; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; showVisibilityToggle: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; isOptional: import("zod").ZodDefault; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; suffix: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; 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; }; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; type?: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | Kotti.Field.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; modelValue?: boolean | null | undefined; }>> & { supports: Kotti.Field.Supports; }; }; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ScrollableContainer: import("vue").DefineComponent, { bottomSentinelRef: import("vue").Ref; containerRef: import("vue").Ref; topSentinelRef: import("vue").Ref; wrapperClasses: import("vue").ComputedRef<{ 'scrollable-container__wrapper': boolean; 'scrollable-container__wrapper--has-bottom-shadow': boolean; 'scrollable-container__wrapper--has-top-shadow': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { hideScrollbar: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; SearchInput: import("vue").DefineComponent; }; }>, { internalValue: import("vue").Ref; onInput: (value: Kotti.FieldText.ModelValue) => void; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { size: Kotti.Field.Size; isLoading: boolean; modelValue: string; }, {}, { KtFieldText: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; hideClear: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; prefix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; suffix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; autoComplete: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; placeholder: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; }>, { field: Kotti.Field.Hook.Returns; inputProps: import("vue").ComputedRef; ktFieldRef: import("vue").Ref<{ inputContainerRef: HTMLDivElement; inputContainerWrapperRef: HTMLDivElement; } | null, { inputContainerRef: HTMLDivElement; inputContainerWrapperRef: HTMLDivElement; } | null>; onInput: (event: Event) => void; onKeyup: (event: KeyboardEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "keyup")[], "update:modelValue" | "blur" | "keyup", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; hideClear: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; prefix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; suffix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; autoComplete: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; placeholder: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; }>> & Readonly<{ onBlur?: ((...args: any[]) => any) | undefined; onKeyup?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: string | null; placeholder: string | null; hideClear: boolean; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; leftIcon: "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" | import("@3yourmind/yoco").Yoco.Icon | null; isOptional: boolean; rightIcon: "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" | import("@3yourmind/yoco").Yoco.Icon | null; prefix: string | null; suffix: string | null; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; autoComplete: string; }, {}, { KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; canSearchColumn: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; categories: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ options: { label: string; key: string; }[]; label: string | null; }[]>; } & { default: () => { options: { label: string; key: string; }[]; label: string | null; }[]; }; dataTest: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; selection: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; }>> & Readonly<{ onShowAll?: (() => any) | undefined; "onUpdate:selection"?: ((_selection: string[]) => any) | undefined; }>, { addOption: (optionKey: string) => void; cleanedCategories: import("vue").ComputedRef<{ label: string; options: { label: string; key: string; }[]; }[]>; handleDragEnd: () => void; handleDragLeave: () => void; handleDragOver: (event: DragEvent, columnKey: string) => void; handleDragStart: (event: DragEvent, columnKey: string) => void; handleDrop: () => void; handlePopoverHide: () => void; removeOption: (optionKey: string) => void; searchQuery: import("vue").Ref; selectedOptions: import("vue").ComputedRef<{ label: string; key: string; }[]>; translations: import("vue").Ref, Readonly>; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { dataTest: string | undefined; label: string | null; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; isLoading: boolean; canChangeColumnOrder: boolean; canSearchColumn: boolean; categories: { options: { label: string; key: string; }[]; label: string | null; }[]; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; canSearchColumn: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; categories: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ options: { label: string; key: string; }[]; label: string | null; }[]>; } & { default: () => { options: { label: string; key: string; }[]; label: string | null; }[]; }; dataTest: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; selection: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; }>> & Readonly<{ onShowAll?: (() => any) | undefined; "onUpdate:selection"?: ((_selection: string[]) => any) | undefined; }>, { addOption: (optionKey: string) => void; cleanedCategories: import("vue").ComputedRef<{ label: string; options: { label: string; key: string; }[]; }[]>; handleDragEnd: () => void; handleDragLeave: () => void; handleDragOver: (event: DragEvent, columnKey: string) => void; handleDragStart: (event: DragEvent, columnKey: string) => void; handleDrop: () => void; handlePopoverHide: () => void; removeOption: (optionKey: string) => void; searchQuery: import("vue").Ref; selectedOptions: import("vue").ComputedRef<{ label: string; key: string; }[]>; translations: import("vue").Ref, Readonly>; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { showAll: () => true; 'update:selection': (_selection: string[]) => true; }, string, { dataTest: string | undefined; label: string | null; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; isLoading: boolean; canChangeColumnOrder: boolean; canSearchColumn: boolean; categories: { options: { label: string; key: string; }[]; label: string | null; }[]; }, {}, string, {}, { KtButton: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; iconPosition: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | Kotti.Button.IconPosition>; } & { default: () => "left" | "right" | Kotti.Button.IconPosition; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Button.Size>; } & { default: () => "large" | "medium" | "small" | Kotti.Button.Size; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isSubmit: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isBlock: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isMultiline: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; toggleStatus: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"off" | "on" | Kotti.Button.ToggleStatus | null>; } & { default: () => "off" | "on" | Kotti.Button.ToggleStatus | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type>; } & { default: () => "text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type; }; }>, { handleClick: (event: Event) => void; hasIconLeft: import("vue").ComputedRef; hasIconRight: import("vue").ComputedRef; hasSlot: import("vue").ComputedRef; helpTextContentRef: import("vue").Ref; helpTextTriggerRef: import("vue").Ref; mainClasses: import("vue").ComputedRef<{ 'kt-button': boolean; 'kt-button--has-content': boolean; 'kt-button--has-icon': boolean; 'kt-button--is-block': boolean; 'kt-button--is-multiline': boolean; }>; showHelpText: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:toggleStatus")[], "click" | "update:toggleStatus", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; iconPosition: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | Kotti.Button.IconPosition>; } & { default: () => "left" | "right" | Kotti.Button.IconPosition; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Button.Size>; } & { default: () => "large" | "medium" | "small" | Kotti.Button.Size; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isSubmit: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isBlock: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isMultiline: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; toggleStatus: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"off" | "on" | Kotti.Button.ToggleStatus | null>; } & { default: () => "off" | "on" | Kotti.Button.ToggleStatus | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type>; } & { default: () => "text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; "onUpdate:toggleStatus"?: ((...args: any[]) => any) | 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" | import("@3yourmind/yoco").Yoco.Icon | null; type: "text" | "danger" | "default" | "primary" | "secondary" | Kotti.Button.Type; label: string | null; iconPosition: "left" | "right" | Kotti.Button.IconPosition; size: "large" | "medium" | "small" | Kotti.Button.Size; isLoading: boolean; isSubmit: boolean; helpText: string | null; isBlock: boolean; isMultiline: boolean; toggleStatus: "off" | "on" | Kotti.Button.ToggleStatus | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtPopover: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>, { close: () => void; contentClass: import("vue").ComputedRef; contentRef: import("vue").Ref; formKey: import("vue").ComputedRef<"NONE" | null>; handleItemClick: (option: Kotti.Popover.PropsInternal["options"][0]) => void; handleItemSelection: ({ index, option, value, }: Kotti.Popover.Events.UpdateIsSelected) => void; open: () => void; showPopover: import("vue").Ref; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "update:isSelected")[], "hide" | "update:isSelected", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; options: Omit void) | undefined; tooltip?: string | undefined; }[]>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<{ label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]>; } & { default: () => { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; }; placement: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement>; } & { default: () => "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size>; } & { default: () => "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; }; trigger: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"click" | "hover" | "manual" | Kotti.Popover.Trigger>; } & { default: () => "click" | "hover" | "manual" | Kotti.Popover.Trigger; }; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; "onUpdate:isSelected"?: ((...args: any[]) => any) | undefined; }>, { options: { label: string; isDisabled: boolean; isOptional: boolean; isActive: boolean; isSelected: boolean; dataTest?: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; onClick?: (() => void) | undefined; tooltip?: string | undefined; }[]; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; areOptionsSelectable: boolean; placement: "left" | "right" | "bottom" | "top" | "auto" | "auto-end" | "auto-start" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | Kotti.Popover.Placement; trigger: "click" | "hover" | "manual" | Kotti.Popover.Trigger; }, {}, { ContextEscapeWrapper: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; IconTextItem: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>, { contentRef: import("vue").Ref; onClick: (event: MouseEvent) => void; triggerRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; icon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | undefined>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | undefined; }; label: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; tooltip: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | undefined; }; isActive: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isClickable: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | 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" | import("@3yourmind/yoco").Yoco.Icon | undefined; isDisabled: boolean; tooltip: string | undefined; isActive: boolean; isClickable: boolean; }, {}, { MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtFieldToggle: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; type: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"switch" | "checkbox" | Kotti.FieldToggle.Shared.Type>; } & { default: () => "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; placeholder: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideClear: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; prefix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; suffix: Omit, "type" | "default" | "required"> & { required: true; type: import("vue").PropType; } & Record; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean | null; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { fieldProps: import("vue").ComputedRef<{ helpText: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; hideClear: any; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: any; helpDescription: string | null; leftIcon: any; isOptional: boolean; rightIcon: any; prefix: any; suffix: any; currentValue: boolean | null; hasClear: boolean; inputProps: Readonly<{ "data-test": string; disabled: boolean; id: string; tabindex: number; }>; isEmpty: boolean; setValue(newValue: boolean | null, options?: { forceUpdate: boolean; }): void; validation: Readonly<{ type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; }>; hasHelpText: import("vue").ComputedRef; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputProps: import("vue").ComputedRef<{ forceUpdateKey: number; 'data-test': string; disabled: boolean; id: string; tabindex: number; }>; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ 'kt-field__header__label__suffix': boolean; 'kt-field__header__label__suffix--error': boolean; }>; onInput: (newValue: boolean | undefined) => void; showHelpTextAsInnerSuffix: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; hideValidation: boolean; showVisibilityToggle: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; isOptional: boolean; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; ToggleInner: import("vue").DefineComponent["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>, { onInput: (event: Event) => void; svgComponent: import("vue").ComputedRef<{ class: { 'kt-field-toggle-inner__svg': boolean; 'kt-field-toggle-inner__svg--is-box': boolean; 'kt-field-toggle-inner__svg--is-switch': boolean; }; is: string | undefined; }>; toggleClasses: import("vue").ComputedRef<{ 'kt-field-toggle-inner--is-disabled': boolean; 'kt-field-toggle-inner--is-indeterminate': boolean; 'kt-field-toggle-inner--is-off': boolean; 'kt-field-toggle-inner--is-on': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly["inputProps"]>; }; isDisabled: { required: true; type: BooleanConstructor; }; modelValue: { default: null; type: import("vue").PropType; }; type: { default: string; type: StringConstructor; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: boolean | null; }, {}, { ToggleBox: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ToggleSwitch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; type: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; label: import("zod").ZodDefault>; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; helpText: import("zod").ZodDefault>; tabIndex: import("zod").ZodDefault; placeholder: import("zod").ZodNever; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; showVisibilityToggle: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; isOptional: import("zod").ZodDefault; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; suffix: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; type: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: boolean | null; 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; }; }, { placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; dataTest?: string | null | undefined; type?: "switch" | "checkbox" | Kotti.FieldToggle.Shared.Type | undefined; label?: string | null | undefined; size?: "large" | "medium" | "small" | Kotti.Field.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; modelValue?: boolean | null | undefined; }>> & { supports: Kotti.Field.Supports; }; }; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; MenuOptionItem: import("vue").DefineComponent, { classes: import("vue").ComputedRef<{ 'menu-options-item': boolean; 'menu-options-item--is-active': boolean; 'menu-options-item--is-clickable': boolean; 'menu-options-item--is-disabled': boolean; 'menu-options-item--is-selected': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { isDisabled: boolean; isActive: boolean; isClickable: boolean; isSelected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; ScrollableContainer: import("vue").DefineComponent, { bottomSentinelRef: import("vue").Ref; containerRef: import("vue").Ref; topSentinelRef: import("vue").Ref; wrapperClasses: import("vue").ComputedRef<{ 'scrollable-container__wrapper': boolean; 'scrollable-container__wrapper--has-bottom-shadow': boolean; 'scrollable-container__wrapper--has-top-shadow': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { hideScrollbar: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; SearchInput: import("vue").DefineComponent; }; }>, { internalValue: import("vue").Ref; onInput: (value: Kotti.FieldText.ModelValue) => void; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { size: Kotti.Field.Size; isLoading: boolean; modelValue: string; }, {}, { KtFieldText: import("vue").DefineComponent, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; hideClear: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; prefix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; suffix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; autoComplete: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; placeholder: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; }>, { field: Kotti.Field.Hook.Returns; inputProps: import("vue").ComputedRef; ktFieldRef: import("vue").Ref<{ inputContainerRef: HTMLDivElement; inputContainerWrapperRef: HTMLDivElement; } | null, { inputContainerRef: HTMLDivElement; inputContainerWrapperRef: HTMLDivElement; } | null>; onInput: (event: Event) => void; onKeyup: (event: KeyboardEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "blur" | "keyup")[], "update:modelValue" | "blur" | "keyup", import("vue").PublicProps, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; size: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"large" | "medium" | "small" | Kotti.Field.Size | null>; } & { default: () => "large" | "medium" | "small" | Kotti.Field.Size | null; }; isDisabled: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isLoading: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; tabIndex: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => number; }; hideClear: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; hideValidation: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; showVisibilityToggle: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; isBorderless: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; formKey: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; leftIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; isOptional: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; rightIcon: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"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" | import("@3yourmind/yoco").Yoco.Icon | null>; } & { default: () => "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" | import("@3yourmind/yoco").Yoco.Icon | null; }; prefix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; suffix: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; validator: Omit { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<(args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }>; } & { default: () => (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; }; autoComplete: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string; }; modelValue: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; placeholder: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; }>> & Readonly<{ onBlur?: ((...args: any[]) => any) | undefined; onKeyup?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: number; modelValue: string | null; placeholder: string | null; hideClear: boolean; hideValidation: boolean; showVisibilityToggle: boolean; isBorderless: boolean; inputId: string | null; formKey: string | null; helpDescription: string | null; leftIcon: "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" | import("@3yourmind/yoco").Yoco.Icon | null; isOptional: boolean; rightIcon: "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" | import("@3yourmind/yoco").Yoco.Icon | null; prefix: string | null; suffix: string | null; validator: (args_0: any, ...args: unknown[]) => { type: "empty"; } | { type: "error"; text: string | null; } | { type: "success"; text: string | null; } | { type: "warning"; text: string | null; }; autoComplete: string; }, {}, { KtField: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], import("vue").PublicProps, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; getEmptyValue: { default: null; type: import("vue").PropType<() => unknown>; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; isRange: { default: boolean; type: BooleanConstructor; }; useFieldset: { default: boolean; type: BooleanConstructor; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onVisibilityChange?: ((...args: any[]) => any) | undefined; }>, { affixClasses: import("vue").ComputedRef<(modifications: string[]) => string[]>; focusInput: () => void; handleClear: () => void; handleVisibilityChange: () => void; iconClasses: import("vue").ComputedRef<(element: string, modifications: string[]) => string[]>; inputId: import("vue").ComputedRef; inputContainerRef: import("vue").Ref; inputContainerWrapperRef: import("vue").Ref; onClickLabel: (event: MouseEvent) => void; showLabel: import("vue").ComputedRef | undefined>; showValidation: import("vue").ComputedRef; validationState: import("vue").ComputedRef<"error" | "empty">; validationText: import("vue").ComputedRef; validationTextIcon: import("vue").ComputedRef; valueVisibility: import("vue").Ref; wrapperClasses: import("vue").ComputedRef; Yoco: typeof import("@3yourmind/yoco").Yoco; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "mousedown" | "visibilityChange")[], "click" | "mousedown" | "visibilityChange", { helpTextSlot: import("vue").Slot; debounceLabelClick: boolean; getEmptyValue: () => unknown; isRange: boolean; useFieldset: boolean; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; KtLabel: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, true, {}, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>; }; label: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpText: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; helpDescription: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; inputId: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => string | null; }; isRequired: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType; } & { default: () => boolean; }; validationState: Omit, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"error" | "success" | "warning" | "empty">; } & { default: () => "error" | "success" | "warning" | "empty"; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { hasHelpText: import("vue").ComputedRef; labelSuffix: import("vue").ComputedRef<"*" | null>; labelSuffixClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'kt-label__header-label-suffix': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; helpTextSlot: import("vue").Slot; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, {}, string, {}, { FieldHelpText: import("vue").DefineComponent; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; helpTextSlot: { default: undefined; type: import("vue").PropType>; }; }>> & Readonly<{}>, { helpText: string | null; helpTextSlot: import("vue").Slot; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; helpText: import("zod").ZodDefault>; helpDescription: import("zod").ZodDefault>; inputId: import("zod").ZodDefault>; isRequired: import("zod").ZodDefault; validationState: import("zod").ZodDefault>; }, "strip", import("zod").ZodTypeAny, { label: string | null; helpText: string | null; inputId: string | null; helpDescription: string | null; isRequired: boolean; validationState: "error" | "success" | "warning" | "empty"; }, { label?: string | null | undefined; helpText?: string | null | undefined; helpDescription?: string | null | undefined; inputId?: string | null | undefined; isRequired?: boolean | undefined; validationState?: "error" | "success" | "warning" | "empty" | undefined; }>> & Record; }; KtLoading: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase, "type" | "default" | "required"> & { required: false; type: import("vue").PropType<"circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square">; } & { default: () => "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }; }>> & Readonly<{}>, { loadingClasses: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta>; }, "strip", import("zod").ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>> & Record; }; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta, import("zod").ZodNativeEnum]>>>; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; hideClear: import("zod").ZodNever; hideValidation: import("zod").ZodDefault; isBorderless: import("zod").ZodNever; inputId: import("zod").ZodDefault>; dataTest: import("zod").ZodDefault>; formKey: import("zod").ZodDefault]>>>; helpDescription: import("zod").ZodDefault>; helpText: import("zod").ZodDefault>; leftIcon: import("zod").ZodNever; placeholder: import("zod").ZodNever; isOptional: import("zod").ZodDefault; label: import("zod").ZodDefault>; rightIcon: import("zod").ZodNever; prefix: import("zod").ZodNever; showVisibilityToggle: import("zod").ZodDefault; suffix: import("zod").ZodNever; tabIndex: import("zod").ZodNever; validator: import("zod").ZodDefault, import("zod").ZodUnion<[import("zod").ZodObject<{ type: import("zod").ZodLiteral<"empty">; }, "strip", import("zod").ZodTypeAny, { type: "empty"; }, { type: "empty"; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"error">; }, "strip", import("zod").ZodTypeAny, { type: "error"; text: string | null; }, { type: "error"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"success">; }, "strip", import("zod").ZodTypeAny, { type: "success"; text: string | null; }, { type: "success"; text: string | null; }>, import("zod").ZodObject<{ text: import("zod").ZodNullable; type: import("zod").ZodLiteral<"warning">; }, "strip", import("zod").ZodTypeAny, { type: "warning"; text: string | null; }, { type: "warning"; text: string | null; }>]>>>; modelValue: import("zod").ZodNever; }, "strip", import("zod").ZodTypeAny, { dataTest: string | null; label: string | null; size: "large" | "medium" | "small" | Kotti.Field.Size | null; isDisabled: boolean; isLoading: boolean; helpText: string | null; tabIndex: never; 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; }; }, { tabIndex: never; modelValue: never; placeholder: never; hideClear: never; isBorderless: never; leftIcon: never; rightIcon: never; prefix: never; suffix: never; size?: "large" | "medium" | "small" | Kotti.Field.Size | null | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; hideValidation?: boolean | undefined; inputId?: string | null | undefined; dataTest?: string | null | undefined; formKey?: string | null | undefined; helpDescription?: string | null | undefined; helpText?: string | null | undefined; isOptional?: boolean | undefined; label?: string | null | undefined; showVisibilityToggle?: 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; }>> & Record; }; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: import("vue").FunctionPlugin>; } & { meta: Kotti.Meta; canSearchColumn: import("zod").ZodDefault; categories: import("zod").ZodDefault>; options: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { options: { label: string; key: string; }[]; label: string | null; }, { options: { label: string; key: string; }[]; label?: string | null | undefined; }>, "many">>; dataTest: import("zod").ZodOptional; isDisabled: import("zod").ZodDefault; isLoading: import("zod").ZodDefault; label: import("zod").ZodDefault>; selection: import("zod").ZodArray; size: import("zod").ZodDefault, import("zod").ZodNativeEnum]>>; }, "strip", import("zod").ZodTypeAny, { label: string | null; size: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size; isDisabled: boolean; isLoading: boolean; canChangeColumnOrder: boolean; canSearchColumn: boolean; categories: { options: { label: string; key: string; }[]; label: string | null; }[]; selection: string[]; dataTest?: string | undefined; }, { selection: string[]; canChangeColumnOrder?: boolean | undefined; canSearchColumn?: boolean | undefined; categories?: { options: { label: string; key: string; }[]; label?: string | null | undefined; }[] | undefined; dataTest?: string | undefined; isDisabled?: boolean | undefined; isLoading?: boolean | undefined; label?: string | null | undefined; size?: "lg" | "md" | "sm" | "xl" | "auto" | "sameAsTrigger" | Kotti.Popover.Size | undefined; }>> & Record; };