export declare const STYLE_MODULES: readonly ["AOM", "GFAOM", "KingAutometa"]; export declare const COMP_SIZES: readonly ["base", "sm", "lg", ""]; export declare const LANGS: readonly ["en", "zh"]; export declare const PLACEMENTS: readonly ["top", "top-start", "top-end", "bottom", "bottom-start", "bottom-end"]; export declare const DATE_TYPES: readonly ["year", "month", "date", "datetime", "week", "datetimerange", "daterange"]; export declare const FORM_ITEM_TYPES: readonly ["select", "input", "checkbox", "checkboxGroup", "radio", "radioGroup", "treeSelect"]; export declare const INPUT_SELECTOR = "input[type=\"text\"]:not([disabled]):not([tabindex=\"-1\"]), input[type=\"number\"]:not([disabled]):not([tabindex=\"-1\"]), input[type=\"password\"]:not([disabled]):not([tabindex=\"-1\"]), input[type=\"url\"]:not([disabled]):not([tabindex=\"-1\"]), textarea:not([disabled]):not([tabindex=\"-1\"]), .k-script-input-wrapper:not(.is-disabled)";