import { IconPropType } from "../../../utils/vue/icon.js"; import { SFCWithInstall } from "../../../utils/vue/typescript.js"; import { EpPropFinalized, EpPropMergeType } from "../../../utils/vue/props/types.js"; import { ComponentSize } from "../../../constants/size.js"; import { Translator } from "../../../hooks/use-locale/index.js"; import { InputAutoSize, InputModelModifiers, InputProps, InputType } from "../../input/src/input.js"; import { InputInstance } from "../../input/src/instance.js"; import { ButtonNativeType, ButtonProps, ButtonType } from "../../button/src/button.js"; import _default$1 from "../../button/src/button-group.vue.js"; import { IconProps } from "../../icon/src/icon.js"; import { Action, Callback, MessageBoxInputValidator, MessageBoxState, MessageBoxType } from "./message-box.type.js"; import * as _$vue from "vue"; import { ComponentPublicInstance, PropType } from "vue"; import * as _$csstype from "csstype"; import * as _$_vue_shared0 from "@vue/shared"; import * as _$vue_router0 from "vue-router"; //#region ../../packages/components/message-box/src/index.vue.d.ts declare const _default: typeof __VLS_export; declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{ buttonSize: { type: PropType; validator: (val: string) => val is ComponentSize | ""; }; modal: { type: BooleanConstructor; default: boolean; }; lockScroll: { type: BooleanConstructor; default: boolean; }; showClose: { type: BooleanConstructor; default: boolean; }; closeOnClickModal: { type: BooleanConstructor; default: boolean; }; closeOnPressEscape: { type: BooleanConstructor; default: boolean; }; closeOnHashChange: { type: BooleanConstructor; default: boolean; }; center: BooleanConstructor; draggable: BooleanConstructor; overflow: BooleanConstructor; roundButton: BooleanConstructor; container: { type: StringConstructor; default: string; }; boxType: { type: PropType; default: string; }; }>, { ns: { namespace: _$vue.ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; overlayEvent: { onClick: (e: MouseEvent) => void; onMousedown: (e: MouseEvent) => void; onMouseup: (e: MouseEvent) => void; }; visible: _$vue.Ref; hasMessage: _$vue.ComputedRef; typeClass: _$vue.ComputedRef<{ [x: string]: "" | _$vue.DefineComponent<{}, void, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; }>; contentId: _$vue.Ref; inputId: _$vue.Ref; btnSize: _$vue.ComputedRef<"" | "default" | "small" | "large">; iconComponent: _$vue.ComputedRef | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }>; confirmButtonClasses: _$vue.ComputedRef; rootRef: _$vue.Ref; focusStartRef: _$vue.Ref; headerRef: _$vue.Ref; inputRef: _$vue.Ref; isDragging: _$vue.Ref; confirmRef: _$vue.Ref; doClose: () => void; handleClose: () => void; onCloseRequested: () => void; handleWrapperClick: () => void; handleInputEnter: (e: KeyboardEvent | Event) => void; handleAction: (action: Action) => void; t: Translator; autofocus: _$vue.Ref; title: _$vue.Ref; message: _$vue.Ref; type: _$vue.Ref<"" | "info" | "primary" | "success" | "warning" | "error", "" | "info" | "primary" | "success" | "warning" | "error">; icon: _$vue.Ref | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }, string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }>; closeIcon: _$vue.Ref | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }, string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }>; customClass: _$vue.Ref; customStyle: _$vue.Ref<{ [x: `--${string}`]: string | number | undefined; accentColor?: _$csstype.Property.AccentColor | undefined; alignContent?: _$csstype.Property.AlignContent | undefined; alignItems?: _$csstype.Property.AlignItems | undefined; alignSelf?: _$csstype.Property.AlignSelf | undefined; alignTracks?: _$csstype.Property.AlignTracks | undefined; alignmentBaseline?: _$csstype.Property.AlignmentBaseline | undefined; anchorName?: _$csstype.Property.AnchorName | undefined; anchorScope?: _$csstype.Property.AnchorScope | undefined; animationComposition?: _$csstype.Property.AnimationComposition | undefined; animationDelay?: _$csstype.Property.AnimationDelay | undefined; animationDirection?: _$csstype.Property.AnimationDirection | undefined; animationDuration?: _$csstype.Property.AnimationDuration | undefined; animationFillMode?: _$csstype.Property.AnimationFillMode | undefined; animationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; animationName?: _$csstype.Property.AnimationName | undefined; animationPlayState?: _$csstype.Property.AnimationPlayState | undefined; animationRangeEnd?: _$csstype.Property.AnimationRangeEnd | undefined; animationRangeStart?: _$csstype.Property.AnimationRangeStart | undefined; animationTimeline?: _$csstype.Property.AnimationTimeline | undefined; animationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; appearance?: _$csstype.Property.Appearance | undefined; aspectRatio?: _$csstype.Property.AspectRatio | undefined; backdropFilter?: _$csstype.Property.BackdropFilter | undefined; backfaceVisibility?: _$csstype.Property.BackfaceVisibility | undefined; backgroundAttachment?: _$csstype.Property.BackgroundAttachment | undefined; backgroundBlendMode?: _$csstype.Property.BackgroundBlendMode | undefined; backgroundClip?: _$csstype.Property.BackgroundClip | undefined; backgroundColor?: _$csstype.Property.BackgroundColor | undefined; backgroundImage?: _$csstype.Property.BackgroundImage | undefined; backgroundOrigin?: _$csstype.Property.BackgroundOrigin | undefined; backgroundPositionX?: _$csstype.Property.BackgroundPositionX | undefined; backgroundPositionY?: _$csstype.Property.BackgroundPositionY | undefined; backgroundRepeat?: _$csstype.Property.BackgroundRepeat | undefined; backgroundSize?: _$csstype.Property.BackgroundSize | undefined; baselineShift?: _$csstype.Property.BaselineShift | undefined; blockSize?: _$csstype.Property.BlockSize | undefined; borderBlockEndColor?: _$csstype.Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: _$csstype.Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: _$csstype.Property.BorderBlockEndWidth | undefined; borderBlockStartColor?: _$csstype.Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: _$csstype.Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: _$csstype.Property.BorderBlockStartWidth | undefined; borderBottomColor?: _$csstype.Property.BorderBottomColor | undefined; borderBottomLeftRadius?: _$csstype.Property.BorderBottomLeftRadius | undefined; borderBottomRightRadius?: _$csstype.Property.BorderBottomRightRadius | undefined; borderBottomStyle?: _$csstype.Property.BorderBottomStyle | undefined; borderBottomWidth?: _$csstype.Property.BorderBottomWidth | undefined; borderCollapse?: _$csstype.Property.BorderCollapse | undefined; borderEndEndRadius?: _$csstype.Property.BorderEndEndRadius | undefined; borderEndStartRadius?: _$csstype.Property.BorderEndStartRadius | undefined; borderImageOutset?: _$csstype.Property.BorderImageOutset | undefined; borderImageRepeat?: _$csstype.Property.BorderImageRepeat | undefined; borderImageSlice?: _$csstype.Property.BorderImageSlice | undefined; borderImageSource?: _$csstype.Property.BorderImageSource | undefined; borderImageWidth?: _$csstype.Property.BorderImageWidth | undefined; borderInlineEndColor?: _$csstype.Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: _$csstype.Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: _$csstype.Property.BorderInlineEndWidth | undefined; borderInlineStartColor?: _$csstype.Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: _$csstype.Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: _$csstype.Property.BorderInlineStartWidth | undefined; borderLeftColor?: _$csstype.Property.BorderLeftColor | undefined; borderLeftStyle?: _$csstype.Property.BorderLeftStyle | undefined; borderLeftWidth?: _$csstype.Property.BorderLeftWidth | undefined; borderRightColor?: _$csstype.Property.BorderRightColor | undefined; borderRightStyle?: _$csstype.Property.BorderRightStyle | undefined; borderRightWidth?: _$csstype.Property.BorderRightWidth | undefined; borderSpacing?: _$csstype.Property.BorderSpacing | undefined; borderStartEndRadius?: _$csstype.Property.BorderStartEndRadius | undefined; borderStartStartRadius?: _$csstype.Property.BorderStartStartRadius | undefined; borderTopColor?: _$csstype.Property.BorderTopColor | undefined; borderTopLeftRadius?: _$csstype.Property.BorderTopLeftRadius | undefined; borderTopRightRadius?: _$csstype.Property.BorderTopRightRadius | undefined; borderTopStyle?: _$csstype.Property.BorderTopStyle | undefined; borderTopWidth?: _$csstype.Property.BorderTopWidth | undefined; bottom?: _$csstype.Property.Bottom | undefined; boxDecorationBreak?: _$csstype.Property.BoxDecorationBreak | undefined; boxShadow?: _$csstype.Property.BoxShadow | undefined; boxSizing?: _$csstype.Property.BoxSizing | undefined; breakAfter?: _$csstype.Property.BreakAfter | undefined; breakBefore?: _$csstype.Property.BreakBefore | undefined; breakInside?: _$csstype.Property.BreakInside | undefined; captionSide?: _$csstype.Property.CaptionSide | undefined; caretColor?: _$csstype.Property.CaretColor | undefined; caretShape?: _$csstype.Property.CaretShape | undefined; clear?: _$csstype.Property.Clear | undefined; clipPath?: _$csstype.Property.ClipPath | undefined; clipRule?: _$csstype.Property.ClipRule | undefined; color?: _$csstype.Property.Color | undefined; colorAdjust?: _$csstype.Property.PrintColorAdjust | undefined; colorInterpolationFilters?: _$csstype.Property.ColorInterpolationFilters | undefined; colorScheme?: _$csstype.Property.ColorScheme | undefined; columnCount?: _$csstype.Property.ColumnCount | undefined; columnFill?: _$csstype.Property.ColumnFill | undefined; columnGap?: _$csstype.Property.ColumnGap | undefined; columnRuleColor?: _$csstype.Property.ColumnRuleColor | undefined; columnRuleStyle?: _$csstype.Property.ColumnRuleStyle | undefined; columnRuleWidth?: _$csstype.Property.ColumnRuleWidth | undefined; columnSpan?: _$csstype.Property.ColumnSpan | undefined; columnWidth?: _$csstype.Property.ColumnWidth | undefined; contain?: _$csstype.Property.Contain | undefined; containIntrinsicBlockSize?: _$csstype.Property.ContainIntrinsicBlockSize | undefined; containIntrinsicHeight?: _$csstype.Property.ContainIntrinsicHeight | undefined; containIntrinsicInlineSize?: _$csstype.Property.ContainIntrinsicInlineSize | undefined; containIntrinsicWidth?: _$csstype.Property.ContainIntrinsicWidth | undefined; containerName?: _$csstype.Property.ContainerName | undefined; containerType?: _$csstype.Property.ContainerType | undefined; content?: _$csstype.Property.Content | undefined; contentVisibility?: _$csstype.Property.ContentVisibility | undefined; counterIncrement?: _$csstype.Property.CounterIncrement | undefined; counterReset?: _$csstype.Property.CounterReset | undefined; counterSet?: _$csstype.Property.CounterSet | undefined; cursor?: _$csstype.Property.Cursor | undefined; cx?: _$csstype.Property.Cx | undefined; cy?: _$csstype.Property.Cy | undefined; d?: _$csstype.Property.D | undefined; direction?: _$csstype.Property.Direction | undefined; display?: _$csstype.Property.Display | undefined; dominantBaseline?: _$csstype.Property.DominantBaseline | undefined; emptyCells?: _$csstype.Property.EmptyCells | undefined; fieldSizing?: _$csstype.Property.FieldSizing | undefined; fill?: _$csstype.Property.Fill | undefined; fillOpacity?: _$csstype.Property.FillOpacity | undefined; fillRule?: _$csstype.Property.FillRule | undefined; filter?: _$csstype.Property.Filter | undefined; flexBasis?: _$csstype.Property.FlexBasis | undefined; flexDirection?: _$csstype.Property.FlexDirection | undefined; flexGrow?: _$csstype.Property.FlexGrow | undefined; flexShrink?: _$csstype.Property.FlexShrink | undefined; flexWrap?: _$csstype.Property.FlexWrap | undefined; float?: _$csstype.Property.Float | undefined; floodColor?: _$csstype.Property.FloodColor | undefined; floodOpacity?: _$csstype.Property.FloodOpacity | undefined; fontFamily?: _$csstype.Property.FontFamily | undefined; fontFeatureSettings?: _$csstype.Property.FontFeatureSettings | undefined; fontKerning?: _$csstype.Property.FontKerning | undefined; fontLanguageOverride?: _$csstype.Property.FontLanguageOverride | undefined; fontOpticalSizing?: _$csstype.Property.FontOpticalSizing | undefined; fontPalette?: _$csstype.Property.FontPalette | undefined; fontSize?: _$csstype.Property.FontSize | undefined; fontSizeAdjust?: _$csstype.Property.FontSizeAdjust | undefined; fontSmooth?: _$csstype.Property.FontSmooth | undefined; fontStyle?: _$csstype.Property.FontStyle | undefined; fontSynthesis?: _$csstype.Property.FontSynthesis | undefined; fontSynthesisPosition?: _$csstype.Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: _$csstype.Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: _$csstype.Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: _$csstype.Property.FontSynthesisWeight | undefined; fontVariant?: _$csstype.Property.FontVariant | undefined; fontVariantAlternates?: _$csstype.Property.FontVariantAlternates | undefined; fontVariantCaps?: _$csstype.Property.FontVariantCaps | undefined; fontVariantEastAsian?: _$csstype.Property.FontVariantEastAsian | undefined; fontVariantEmoji?: _$csstype.Property.FontVariantEmoji | undefined; fontVariantLigatures?: _$csstype.Property.FontVariantLigatures | undefined; fontVariantNumeric?: _$csstype.Property.FontVariantNumeric | undefined; fontVariantPosition?: _$csstype.Property.FontVariantPosition | undefined; fontVariationSettings?: _$csstype.Property.FontVariationSettings | undefined; fontWeight?: _$csstype.Property.FontWeight | undefined; fontWidth?: _$csstype.Property.FontWidth | undefined; forcedColorAdjust?: _$csstype.Property.ForcedColorAdjust | undefined; gridAutoColumns?: _$csstype.Property.GridAutoColumns | undefined; gridAutoFlow?: _$csstype.Property.GridAutoFlow | undefined; gridAutoRows?: _$csstype.Property.GridAutoRows | undefined; gridColumnEnd?: _$csstype.Property.GridColumnEnd | undefined; gridColumnStart?: _$csstype.Property.GridColumnStart | undefined; gridRowEnd?: _$csstype.Property.GridRowEnd | undefined; gridRowStart?: _$csstype.Property.GridRowStart | undefined; gridTemplateAreas?: _$csstype.Property.GridTemplateAreas | undefined; gridTemplateColumns?: _$csstype.Property.GridTemplateColumns | undefined; gridTemplateRows?: _$csstype.Property.GridTemplateRows | undefined; hangingPunctuation?: _$csstype.Property.HangingPunctuation | undefined; height?: _$csstype.Property.Height | undefined; hyphenateCharacter?: _$csstype.Property.HyphenateCharacter | undefined; hyphenateLimitChars?: _$csstype.Property.HyphenateLimitChars | undefined; hyphens?: _$csstype.Property.Hyphens | undefined; imageOrientation?: _$csstype.Property.ImageOrientation | undefined; imageRendering?: _$csstype.Property.ImageRendering | undefined; imageResolution?: _$csstype.Property.ImageResolution | undefined; initialLetter?: _$csstype.Property.InitialLetter | undefined; initialLetterAlign?: _$csstype.Property.InitialLetterAlign | undefined; inlineSize?: _$csstype.Property.InlineSize | undefined; insetBlockEnd?: _$csstype.Property.InsetBlockEnd | undefined; insetBlockStart?: _$csstype.Property.InsetBlockStart | undefined; insetInlineEnd?: _$csstype.Property.InsetInlineEnd | undefined; insetInlineStart?: _$csstype.Property.InsetInlineStart | undefined; interpolateSize?: _$csstype.Property.InterpolateSize | undefined; isolation?: _$csstype.Property.Isolation | undefined; justifyContent?: _$csstype.Property.JustifyContent | undefined; justifyItems?: _$csstype.Property.JustifyItems | undefined; justifySelf?: _$csstype.Property.JustifySelf | undefined; justifyTracks?: _$csstype.Property.JustifyTracks | undefined; left?: _$csstype.Property.Left | undefined; letterSpacing?: _$csstype.Property.LetterSpacing | undefined; lightingColor?: _$csstype.Property.LightingColor | undefined; lineBreak?: _$csstype.Property.LineBreak | undefined; lineHeight?: _$csstype.Property.LineHeight | undefined; lineHeightStep?: _$csstype.Property.LineHeightStep | undefined; listStyleImage?: _$csstype.Property.ListStyleImage | undefined; listStylePosition?: _$csstype.Property.ListStylePosition | undefined; listStyleType?: _$csstype.Property.ListStyleType | undefined; marginBlockEnd?: _$csstype.Property.MarginBlockEnd | undefined; marginBlockStart?: _$csstype.Property.MarginBlockStart | undefined; marginBottom?: _$csstype.Property.MarginBottom | undefined; marginInlineEnd?: _$csstype.Property.MarginInlineEnd | undefined; marginInlineStart?: _$csstype.Property.MarginInlineStart | undefined; marginLeft?: _$csstype.Property.MarginLeft | undefined; marginRight?: _$csstype.Property.MarginRight | undefined; marginTop?: _$csstype.Property.MarginTop | undefined; marginTrim?: _$csstype.Property.MarginTrim | undefined; marker?: _$csstype.Property.Marker | undefined; markerEnd?: _$csstype.Property.MarkerEnd | undefined; markerMid?: _$csstype.Property.MarkerMid | undefined; markerStart?: _$csstype.Property.MarkerStart | undefined; maskBorderMode?: _$csstype.Property.MaskBorderMode | undefined; maskBorderOutset?: _$csstype.Property.MaskBorderOutset | undefined; maskBorderRepeat?: _$csstype.Property.MaskBorderRepeat | undefined; maskBorderSlice?: _$csstype.Property.MaskBorderSlice | undefined; maskBorderSource?: _$csstype.Property.MaskBorderSource | undefined; maskBorderWidth?: _$csstype.Property.MaskBorderWidth | undefined; maskClip?: _$csstype.Property.MaskClip | undefined; maskComposite?: _$csstype.Property.MaskComposite | undefined; maskImage?: _$csstype.Property.MaskImage | undefined; maskMode?: _$csstype.Property.MaskMode | undefined; maskOrigin?: _$csstype.Property.MaskOrigin | undefined; maskPosition?: _$csstype.Property.MaskPosition | undefined; maskRepeat?: _$csstype.Property.MaskRepeat | undefined; maskSize?: _$csstype.Property.MaskSize | undefined; maskType?: _$csstype.Property.MaskType | undefined; masonryAutoFlow?: _$csstype.Property.MasonryAutoFlow | undefined; mathDepth?: _$csstype.Property.MathDepth | undefined; mathShift?: _$csstype.Property.MathShift | undefined; mathStyle?: _$csstype.Property.MathStyle | undefined; maxBlockSize?: _$csstype.Property.MaxBlockSize | undefined; maxHeight?: _$csstype.Property.MaxHeight | undefined; maxInlineSize?: _$csstype.Property.MaxInlineSize | undefined; maxLines?: _$csstype.Property.MaxLines | undefined; maxWidth?: _$csstype.Property.MaxWidth | undefined; minBlockSize?: _$csstype.Property.MinBlockSize | undefined; minHeight?: _$csstype.Property.MinHeight | undefined; minInlineSize?: _$csstype.Property.MinInlineSize | undefined; minWidth?: _$csstype.Property.MinWidth | undefined; mixBlendMode?: _$csstype.Property.MixBlendMode | undefined; motionDistance?: _$csstype.Property.OffsetDistance | undefined; motionPath?: _$csstype.Property.OffsetPath | undefined; motionRotation?: _$csstype.Property.OffsetRotate | undefined; objectFit?: _$csstype.Property.ObjectFit | undefined; objectPosition?: _$csstype.Property.ObjectPosition | undefined; objectViewBox?: _$csstype.Property.ObjectViewBox | undefined; offsetAnchor?: _$csstype.Property.OffsetAnchor | undefined; offsetDistance?: _$csstype.Property.OffsetDistance | undefined; offsetPath?: _$csstype.Property.OffsetPath | undefined; offsetPosition?: _$csstype.Property.OffsetPosition | undefined; offsetRotate?: _$csstype.Property.OffsetRotate | undefined; offsetRotation?: _$csstype.Property.OffsetRotate | undefined; opacity?: _$csstype.Property.Opacity | undefined; order?: _$csstype.Property.Order | undefined; orphans?: _$csstype.Property.Orphans | undefined; outlineColor?: _$csstype.Property.OutlineColor | undefined; outlineOffset?: _$csstype.Property.OutlineOffset | undefined; outlineStyle?: _$csstype.Property.OutlineStyle | undefined; outlineWidth?: _$csstype.Property.OutlineWidth | undefined; overflowAnchor?: _$csstype.Property.OverflowAnchor | undefined; overflowBlock?: _$csstype.Property.OverflowBlock | undefined; overflowClipBox?: _$csstype.Property.OverflowClipBox | undefined; overflowClipMargin?: _$csstype.Property.OverflowClipMargin | undefined; overflowInline?: _$csstype.Property.OverflowInline | undefined; overflowWrap?: _$csstype.Property.OverflowWrap | undefined; overflowX?: _$csstype.Property.OverflowX | undefined; overflowY?: _$csstype.Property.OverflowY | undefined; overlay?: _$csstype.Property.Overlay | undefined; overscrollBehaviorBlock?: _$csstype.Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: _$csstype.Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: _$csstype.Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: _$csstype.Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: _$csstype.Property.PaddingBlockEnd | undefined; paddingBlockStart?: _$csstype.Property.PaddingBlockStart | undefined; paddingBottom?: _$csstype.Property.PaddingBottom | undefined; paddingInlineEnd?: _$csstype.Property.PaddingInlineEnd | undefined; paddingInlineStart?: _$csstype.Property.PaddingInlineStart | undefined; paddingLeft?: _$csstype.Property.PaddingLeft | undefined; paddingRight?: _$csstype.Property.PaddingRight | undefined; paddingTop?: _$csstype.Property.PaddingTop | undefined; page?: _$csstype.Property.Page | undefined; paintOrder?: _$csstype.Property.PaintOrder | undefined; perspective?: _$csstype.Property.Perspective | undefined; perspectiveOrigin?: _$csstype.Property.PerspectiveOrigin | undefined; pointerEvents?: _$csstype.Property.PointerEvents | undefined; position?: _$csstype.Property.Position | undefined; positionAnchor?: _$csstype.Property.PositionAnchor | undefined; positionArea?: _$csstype.Property.PositionArea | undefined; positionTryFallbacks?: _$csstype.Property.PositionTryFallbacks | undefined; positionTryOrder?: _$csstype.Property.PositionTryOrder | undefined; positionVisibility?: _$csstype.Property.PositionVisibility | undefined; printColorAdjust?: _$csstype.Property.PrintColorAdjust | undefined; quotes?: _$csstype.Property.Quotes | undefined; r?: _$csstype.Property.R | undefined; resize?: _$csstype.Property.Resize | undefined; right?: _$csstype.Property.Right | undefined; rotate?: _$csstype.Property.Rotate | undefined; rowGap?: _$csstype.Property.RowGap | undefined; rubyAlign?: _$csstype.Property.RubyAlign | undefined; rubyMerge?: _$csstype.Property.RubyMerge | undefined; rubyOverhang?: _$csstype.Property.RubyOverhang | undefined; rubyPosition?: _$csstype.Property.RubyPosition | undefined; rx?: _$csstype.Property.Rx | undefined; ry?: _$csstype.Property.Ry | undefined; scale?: _$csstype.Property.Scale | undefined; scrollBehavior?: _$csstype.Property.ScrollBehavior | undefined; scrollInitialTarget?: _$csstype.Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: _$csstype.Property.ScrollMarginBlockEnd | undefined; scrollMarginBlockStart?: _$csstype.Property.ScrollMarginBlockStart | undefined; scrollMarginBottom?: _$csstype.Property.ScrollMarginBottom | undefined; scrollMarginInlineEnd?: _$csstype.Property.ScrollMarginInlineEnd | undefined; scrollMarginInlineStart?: _$csstype.Property.ScrollMarginInlineStart | undefined; scrollMarginLeft?: _$csstype.Property.ScrollMarginLeft | undefined; scrollMarginRight?: _$csstype.Property.ScrollMarginRight | undefined; scrollMarginTop?: _$csstype.Property.ScrollMarginTop | undefined; scrollPaddingBlockEnd?: _$csstype.Property.ScrollPaddingBlockEnd | undefined; scrollPaddingBlockStart?: _$csstype.Property.ScrollPaddingBlockStart | undefined; scrollPaddingBottom?: _$csstype.Property.ScrollPaddingBottom | undefined; scrollPaddingInlineEnd?: _$csstype.Property.ScrollPaddingInlineEnd | undefined; scrollPaddingInlineStart?: _$csstype.Property.ScrollPaddingInlineStart | undefined; scrollPaddingLeft?: _$csstype.Property.ScrollPaddingLeft | undefined; scrollPaddingRight?: _$csstype.Property.ScrollPaddingRight | undefined; scrollPaddingTop?: _$csstype.Property.ScrollPaddingTop | undefined; scrollSnapAlign?: _$csstype.Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: _$csstype.Property.ScrollMarginBottom | undefined; scrollSnapMarginLeft?: _$csstype.Property.ScrollMarginLeft | undefined; scrollSnapMarginRight?: _$csstype.Property.ScrollMarginRight | undefined; scrollSnapMarginTop?: _$csstype.Property.ScrollMarginTop | undefined; scrollSnapStop?: _$csstype.Property.ScrollSnapStop | undefined; scrollSnapType?: _$csstype.Property.ScrollSnapType | undefined; scrollTimelineAxis?: _$csstype.Property.ScrollTimelineAxis | undefined; scrollTimelineName?: _$csstype.Property.ScrollTimelineName | undefined; scrollbarColor?: _$csstype.Property.ScrollbarColor | undefined; scrollbarGutter?: _$csstype.Property.ScrollbarGutter | undefined; scrollbarWidth?: _$csstype.Property.ScrollbarWidth | undefined; shapeImageThreshold?: _$csstype.Property.ShapeImageThreshold | undefined; shapeMargin?: _$csstype.Property.ShapeMargin | undefined; shapeOutside?: _$csstype.Property.ShapeOutside | undefined; shapeRendering?: _$csstype.Property.ShapeRendering | undefined; speakAs?: _$csstype.Property.SpeakAs | undefined; stopColor?: _$csstype.Property.StopColor | undefined; stopOpacity?: _$csstype.Property.StopOpacity | undefined; stroke?: _$csstype.Property.Stroke | undefined; strokeColor?: _$csstype.Property.StrokeColor | undefined; strokeDasharray?: _$csstype.Property.StrokeDasharray | undefined; strokeDashoffset?: _$csstype.Property.StrokeDashoffset | undefined; strokeLinecap?: _$csstype.Property.StrokeLinecap | undefined; strokeLinejoin?: _$csstype.Property.StrokeLinejoin | undefined; strokeMiterlimit?: _$csstype.Property.StrokeMiterlimit | undefined; strokeOpacity?: _$csstype.Property.StrokeOpacity | undefined; strokeWidth?: _$csstype.Property.StrokeWidth | undefined; tabSize?: _$csstype.Property.TabSize | undefined; tableLayout?: _$csstype.Property.TableLayout | undefined; textAlign?: _$csstype.Property.TextAlign | undefined; textAlignLast?: _$csstype.Property.TextAlignLast | undefined; textAnchor?: _$csstype.Property.TextAnchor | undefined; textAutospace?: _$csstype.Property.TextAutospace | undefined; textBox?: _$csstype.Property.TextBox | undefined; textBoxEdge?: _$csstype.Property.TextBoxEdge | undefined; textBoxTrim?: _$csstype.Property.TextBoxTrim | undefined; textCombineUpright?: _$csstype.Property.TextCombineUpright | undefined; textDecorationColor?: _$csstype.Property.TextDecorationColor | undefined; textDecorationLine?: _$csstype.Property.TextDecorationLine | undefined; textDecorationSkip?: _$csstype.Property.TextDecorationSkip | undefined; textDecorationSkipInk?: _$csstype.Property.TextDecorationSkipInk | undefined; textDecorationStyle?: _$csstype.Property.TextDecorationStyle | undefined; textDecorationThickness?: _$csstype.Property.TextDecorationThickness | undefined; textEmphasisColor?: _$csstype.Property.TextEmphasisColor | undefined; textEmphasisPosition?: _$csstype.Property.TextEmphasisPosition | undefined; textEmphasisStyle?: _$csstype.Property.TextEmphasisStyle | undefined; textIndent?: _$csstype.Property.TextIndent | undefined; textJustify?: _$csstype.Property.TextJustify | undefined; textOrientation?: _$csstype.Property.TextOrientation | undefined; textOverflow?: _$csstype.Property.TextOverflow | undefined; textRendering?: _$csstype.Property.TextRendering | undefined; textShadow?: _$csstype.Property.TextShadow | undefined; textSizeAdjust?: _$csstype.Property.TextSizeAdjust | undefined; textSpacingTrim?: _$csstype.Property.TextSpacingTrim | undefined; textTransform?: _$csstype.Property.TextTransform | undefined; textUnderlineOffset?: _$csstype.Property.TextUnderlineOffset | undefined; textUnderlinePosition?: _$csstype.Property.TextUnderlinePosition | undefined; textWrapMode?: _$csstype.Property.TextWrapMode | undefined; textWrapStyle?: _$csstype.Property.TextWrapStyle | undefined; timelineScope?: _$csstype.Property.TimelineScope | undefined; top?: _$csstype.Property.Top | undefined; touchAction?: _$csstype.Property.TouchAction | undefined; transform?: _$csstype.Property.Transform | undefined; transformBox?: _$csstype.Property.TransformBox | undefined; transformOrigin?: _$csstype.Property.TransformOrigin | undefined; transformStyle?: _$csstype.Property.TransformStyle | undefined; transitionBehavior?: _$csstype.Property.TransitionBehavior | undefined; transitionDelay?: _$csstype.Property.TransitionDelay | undefined; transitionDuration?: _$csstype.Property.TransitionDuration | undefined; transitionProperty?: _$csstype.Property.TransitionProperty | undefined; transitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; translate?: _$csstype.Property.Translate | undefined; unicodeBidi?: _$csstype.Property.UnicodeBidi | undefined; userSelect?: _$csstype.Property.UserSelect | undefined; vectorEffect?: _$csstype.Property.VectorEffect | undefined; verticalAlign?: _$csstype.Property.VerticalAlign | undefined; viewTimelineAxis?: _$csstype.Property.ViewTimelineAxis | undefined; viewTimelineInset?: _$csstype.Property.ViewTimelineInset | undefined; viewTimelineName?: _$csstype.Property.ViewTimelineName | undefined; viewTransitionClass?: _$csstype.Property.ViewTransitionClass | undefined; viewTransitionName?: _$csstype.Property.ViewTransitionName | undefined; visibility?: _$csstype.Property.Visibility | undefined; whiteSpace?: _$csstype.Property.WhiteSpace | undefined; whiteSpaceCollapse?: _$csstype.Property.WhiteSpaceCollapse | undefined; widows?: _$csstype.Property.Widows | undefined; width?: _$csstype.Property.Width | undefined; willChange?: _$csstype.Property.WillChange | undefined; wordBreak?: _$csstype.Property.WordBreak | undefined; wordSpacing?: _$csstype.Property.WordSpacing | undefined; wordWrap?: _$csstype.Property.WordWrap | undefined; writingMode?: _$csstype.Property.WritingMode | undefined; x?: _$csstype.Property.X | undefined; y?: _$csstype.Property.Y | undefined; zIndex?: _$csstype.Property.ZIndex | undefined; zoom?: _$csstype.Property.Zoom | undefined; all?: _$csstype.Globals | undefined; animation?: _$csstype.Property.Animation | undefined; animationRange?: _$csstype.Property.AnimationRange | undefined; background?: _$csstype.Property.Background | undefined; backgroundPosition?: _$csstype.Property.BackgroundPosition | undefined; border?: _$csstype.Property.Border | undefined; borderBlock?: _$csstype.Property.BorderBlock | undefined; borderBlockColor?: _$csstype.Property.BorderBlockColor | undefined; borderBlockEnd?: _$csstype.Property.BorderBlockEnd | undefined; borderBlockStart?: _$csstype.Property.BorderBlockStart | undefined; borderBlockStyle?: _$csstype.Property.BorderBlockStyle | undefined; borderBlockWidth?: _$csstype.Property.BorderBlockWidth | undefined; borderBottom?: _$csstype.Property.BorderBottom | undefined; borderColor?: _$csstype.Property.BorderColor | undefined; borderImage?: _$csstype.Property.BorderImage | undefined; borderInline?: _$csstype.Property.BorderInline | undefined; borderInlineColor?: _$csstype.Property.BorderInlineColor | undefined; borderInlineEnd?: _$csstype.Property.BorderInlineEnd | undefined; borderInlineStart?: _$csstype.Property.BorderInlineStart | undefined; borderInlineStyle?: _$csstype.Property.BorderInlineStyle | undefined; borderInlineWidth?: _$csstype.Property.BorderInlineWidth | undefined; borderLeft?: _$csstype.Property.BorderLeft | undefined; borderRadius?: _$csstype.Property.BorderRadius | undefined; borderRight?: _$csstype.Property.BorderRight | undefined; borderStyle?: _$csstype.Property.BorderStyle | undefined; borderTop?: _$csstype.Property.BorderTop | undefined; borderWidth?: _$csstype.Property.BorderWidth | undefined; caret?: _$csstype.Property.Caret | undefined; columnRule?: _$csstype.Property.ColumnRule | undefined; columns?: _$csstype.Property.Columns | undefined; containIntrinsicSize?: _$csstype.Property.ContainIntrinsicSize | undefined; container?: _$csstype.Property.Container | undefined; flex?: _$csstype.Property.Flex | undefined; flexFlow?: _$csstype.Property.FlexFlow | undefined; font?: _$csstype.Property.Font | undefined; gap?: _$csstype.Property.Gap | undefined; grid?: _$csstype.Property.Grid | undefined; gridArea?: _$csstype.Property.GridArea | undefined; gridColumn?: _$csstype.Property.GridColumn | undefined; gridRow?: _$csstype.Property.GridRow | undefined; gridTemplate?: _$csstype.Property.GridTemplate | undefined; inset?: _$csstype.Property.Inset | undefined; insetBlock?: _$csstype.Property.InsetBlock | undefined; insetInline?: _$csstype.Property.InsetInline | undefined; lineClamp?: _$csstype.Property.LineClamp | undefined; listStyle?: _$csstype.Property.ListStyle | undefined; margin?: _$csstype.Property.Margin | undefined; marginBlock?: _$csstype.Property.MarginBlock | undefined; marginInline?: _$csstype.Property.MarginInline | undefined; mask?: _$csstype.Property.Mask | undefined; maskBorder?: _$csstype.Property.MaskBorder | undefined; motion?: _$csstype.Property.Offset | undefined; offset?: _$csstype.Property.Offset | undefined; outline?: _$csstype.Property.Outline | undefined; overflow?: _$csstype.Property.Overflow | undefined; overscrollBehavior?: _$csstype.Property.OverscrollBehavior | undefined; padding?: _$csstype.Property.Padding | undefined; paddingBlock?: _$csstype.Property.PaddingBlock | undefined; paddingInline?: _$csstype.Property.PaddingInline | undefined; placeContent?: _$csstype.Property.PlaceContent | undefined; placeItems?: _$csstype.Property.PlaceItems | undefined; placeSelf?: _$csstype.Property.PlaceSelf | undefined; positionTry?: _$csstype.Property.PositionTry | undefined; scrollMargin?: _$csstype.Property.ScrollMargin | undefined; scrollMarginBlock?: _$csstype.Property.ScrollMarginBlock | undefined; scrollMarginInline?: _$csstype.Property.ScrollMarginInline | undefined; scrollPadding?: _$csstype.Property.ScrollPadding | undefined; scrollPaddingBlock?: _$csstype.Property.ScrollPaddingBlock | undefined; scrollPaddingInline?: _$csstype.Property.ScrollPaddingInline | undefined; scrollSnapMargin?: _$csstype.Property.ScrollMargin | undefined; scrollTimeline?: _$csstype.Property.ScrollTimeline | undefined; textDecoration?: _$csstype.Property.TextDecoration | undefined; textEmphasis?: _$csstype.Property.TextEmphasis | undefined; textWrap?: _$csstype.Property.TextWrap | undefined; transition?: _$csstype.Property.Transition | undefined; viewTimeline?: _$csstype.Property.ViewTimeline | undefined; MozAnimationDelay?: _$csstype.Property.AnimationDelay | undefined; MozAnimationDirection?: _$csstype.Property.AnimationDirection | undefined; MozAnimationDuration?: _$csstype.Property.AnimationDuration | undefined; MozAnimationFillMode?: _$csstype.Property.AnimationFillMode | undefined; MozAnimationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; MozAnimationName?: _$csstype.Property.AnimationName | undefined; MozAnimationPlayState?: _$csstype.Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; MozAppearance?: _$csstype.Property.MozAppearance | undefined; MozBackfaceVisibility?: _$csstype.Property.BackfaceVisibility | undefined; MozBinding?: _$csstype.Property.MozBinding | undefined; MozBorderBottomColors?: _$csstype.Property.MozBorderBottomColors | undefined; MozBorderEndColor?: _$csstype.Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: _$csstype.Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: _$csstype.Property.BorderInlineEndWidth | undefined; MozBorderLeftColors?: _$csstype.Property.MozBorderLeftColors | undefined; MozBorderRightColors?: _$csstype.Property.MozBorderRightColors | undefined; MozBorderStartColor?: _$csstype.Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: _$csstype.Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: _$csstype.Property.MozBorderTopColors | undefined; MozBoxSizing?: _$csstype.Property.BoxSizing | undefined; MozColumnRuleColor?: _$csstype.Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: _$csstype.Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: _$csstype.Property.ColumnRuleWidth | undefined; MozColumnWidth?: _$csstype.Property.ColumnWidth | undefined; MozContextProperties?: _$csstype.Property.MozContextProperties | undefined; MozFontFeatureSettings?: _$csstype.Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: _$csstype.Property.FontLanguageOverride | undefined; MozHyphens?: _$csstype.Property.Hyphens | undefined; MozMarginEnd?: _$csstype.Property.MarginInlineEnd | undefined; MozMarginStart?: _$csstype.Property.MarginInlineStart | undefined; MozOrient?: _$csstype.Property.MozOrient | undefined; MozOsxFontSmoothing?: _$csstype.Property.FontSmooth | undefined; MozOutlineRadiusBottomleft?: _$csstype.Property.MozOutlineRadiusBottomleft | undefined; MozOutlineRadiusBottomright?: _$csstype.Property.MozOutlineRadiusBottomright | undefined; MozOutlineRadiusTopleft?: _$csstype.Property.MozOutlineRadiusTopleft | undefined; MozOutlineRadiusTopright?: _$csstype.Property.MozOutlineRadiusTopright | undefined; MozPaddingEnd?: _$csstype.Property.PaddingInlineEnd | undefined; MozPaddingStart?: _$csstype.Property.PaddingInlineStart | undefined; MozPerspective?: _$csstype.Property.Perspective | undefined; MozPerspectiveOrigin?: _$csstype.Property.PerspectiveOrigin | undefined; MozStackSizing?: _$csstype.Property.MozStackSizing | undefined; MozTabSize?: _$csstype.Property.TabSize | undefined; MozTextBlink?: _$csstype.Property.MozTextBlink | undefined; MozTextSizeAdjust?: _$csstype.Property.TextSizeAdjust | undefined; MozTransform?: _$csstype.Property.Transform | undefined; MozTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; MozTransformStyle?: _$csstype.Property.TransformStyle | undefined; MozUserModify?: _$csstype.Property.MozUserModify | undefined; MozUserSelect?: _$csstype.Property.UserSelect | undefined; MozWindowDragging?: _$csstype.Property.MozWindowDragging | undefined; MozWindowShadow?: _$csstype.Property.MozWindowShadow | undefined; msAccelerator?: _$csstype.Property.MsAccelerator | undefined; msBlockProgression?: _$csstype.Property.MsBlockProgression | undefined; msContentZoomChaining?: _$csstype.Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: _$csstype.Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: _$csstype.Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: _$csstype.Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: _$csstype.Property.MsContentZoomSnapType | undefined; msContentZooming?: _$csstype.Property.MsContentZooming | undefined; msFilter?: _$csstype.Property.MsFilter | undefined; msFlexDirection?: _$csstype.Property.FlexDirection | undefined; msFlexPositive?: _$csstype.Property.FlexGrow | undefined; msFlowFrom?: _$csstype.Property.MsFlowFrom | undefined; msFlowInto?: _$csstype.Property.MsFlowInto | undefined; msGridColumns?: _$csstype.Property.MsGridColumns | undefined; msGridRows?: _$csstype.Property.MsGridRows | undefined; msHighContrastAdjust?: _$csstype.Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: _$csstype.Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: _$csstype.Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: _$csstype.Property.MsHyphenateLimitZone | undefined; msHyphens?: _$csstype.Property.Hyphens | undefined; msImeAlign?: _$csstype.Property.MsImeAlign | undefined; msLineBreak?: _$csstype.Property.LineBreak | undefined; msOrder?: _$csstype.Property.Order | undefined; msOverflowStyle?: _$csstype.Property.MsOverflowStyle | undefined; msOverflowX?: _$csstype.Property.OverflowX | undefined; msOverflowY?: _$csstype.Property.OverflowY | undefined; msScrollChaining?: _$csstype.Property.MsScrollChaining | undefined; msScrollLimitXMax?: _$csstype.Property.MsScrollLimitXMax | undefined; msScrollLimitXMin?: _$csstype.Property.MsScrollLimitXMin | undefined; msScrollLimitYMax?: _$csstype.Property.MsScrollLimitYMax | undefined; msScrollLimitYMin?: _$csstype.Property.MsScrollLimitYMin | undefined; msScrollRails?: _$csstype.Property.MsScrollRails | undefined; msScrollSnapPointsX?: _$csstype.Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: _$csstype.Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: _$csstype.Property.MsScrollSnapType | undefined; msScrollTranslation?: _$csstype.Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: _$csstype.Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: _$csstype.Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: _$csstype.Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: _$csstype.Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: _$csstype.Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: _$csstype.Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: _$csstype.Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: _$csstype.Property.MsScrollbarTrackColor | undefined; msTextAutospace?: _$csstype.Property.MsTextAutospace | undefined; msTextCombineHorizontal?: _$csstype.Property.TextCombineUpright | undefined; msTextOverflow?: _$csstype.Property.TextOverflow | undefined; msTouchAction?: _$csstype.Property.TouchAction | undefined; msTouchSelect?: _$csstype.Property.MsTouchSelect | undefined; msTransform?: _$csstype.Property.Transform | undefined; msTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; msTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; msTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; msTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; msTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; msUserSelect?: _$csstype.Property.MsUserSelect | undefined; msWordBreak?: _$csstype.Property.WordBreak | undefined; msWrapFlow?: _$csstype.Property.MsWrapFlow | undefined; msWrapMargin?: _$csstype.Property.MsWrapMargin | undefined; msWrapThrough?: _$csstype.Property.MsWrapThrough | undefined; msWritingMode?: _$csstype.Property.WritingMode | undefined; WebkitAlignContent?: _$csstype.Property.AlignContent | undefined; WebkitAlignItems?: _$csstype.Property.AlignItems | undefined; WebkitAlignSelf?: _$csstype.Property.AlignSelf | undefined; WebkitAnimationDelay?: _$csstype.Property.AnimationDelay | undefined; WebkitAnimationDirection?: _$csstype.Property.AnimationDirection | undefined; WebkitAnimationDuration?: _$csstype.Property.AnimationDuration | undefined; WebkitAnimationFillMode?: _$csstype.Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; WebkitAnimationName?: _$csstype.Property.AnimationName | undefined; WebkitAnimationPlayState?: _$csstype.Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; WebkitAppearance?: _$csstype.Property.WebkitAppearance | undefined; WebkitBackdropFilter?: _$csstype.Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: _$csstype.Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: _$csstype.Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: _$csstype.Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: _$csstype.Property.BackgroundSize | undefined; WebkitBorderBeforeColor?: _$csstype.Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: _$csstype.Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: _$csstype.Property.WebkitBorderBeforeWidth | undefined; WebkitBorderBottomLeftRadius?: _$csstype.Property.BorderBottomLeftRadius | undefined; WebkitBorderBottomRightRadius?: _$csstype.Property.BorderBottomRightRadius | undefined; WebkitBorderImageSlice?: _$csstype.Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: _$csstype.Property.BorderTopLeftRadius | undefined; WebkitBorderTopRightRadius?: _$csstype.Property.BorderTopRightRadius | undefined; WebkitBoxDecorationBreak?: _$csstype.Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: _$csstype.Property.WebkitBoxReflect | undefined; WebkitBoxShadow?: _$csstype.Property.BoxShadow | undefined; WebkitBoxSizing?: _$csstype.Property.BoxSizing | undefined; WebkitClipPath?: _$csstype.Property.ClipPath | undefined; WebkitColumnCount?: _$csstype.Property.ColumnCount | undefined; WebkitColumnFill?: _$csstype.Property.ColumnFill | undefined; WebkitColumnRuleColor?: _$csstype.Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: _$csstype.Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: _$csstype.Property.ColumnRuleWidth | undefined; WebkitColumnSpan?: _$csstype.Property.ColumnSpan | undefined; WebkitColumnWidth?: _$csstype.Property.ColumnWidth | undefined; WebkitFilter?: _$csstype.Property.Filter | undefined; WebkitFlexBasis?: _$csstype.Property.FlexBasis | undefined; WebkitFlexDirection?: _$csstype.Property.FlexDirection | undefined; WebkitFlexGrow?: _$csstype.Property.FlexGrow | undefined; WebkitFlexShrink?: _$csstype.Property.FlexShrink | undefined; WebkitFlexWrap?: _$csstype.Property.FlexWrap | undefined; WebkitFontFeatureSettings?: _$csstype.Property.FontFeatureSettings | undefined; WebkitFontKerning?: _$csstype.Property.FontKerning | undefined; WebkitFontSmoothing?: _$csstype.Property.FontSmooth | undefined; WebkitFontVariantLigatures?: _$csstype.Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: _$csstype.Property.HyphenateCharacter | undefined; WebkitHyphens?: _$csstype.Property.Hyphens | undefined; WebkitInitialLetter?: _$csstype.Property.InitialLetter | undefined; WebkitJustifyContent?: _$csstype.Property.JustifyContent | undefined; WebkitLineBreak?: _$csstype.Property.LineBreak | undefined; WebkitLineClamp?: _$csstype.Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: _$csstype.Property.BlockSize | undefined; WebkitLogicalWidth?: _$csstype.Property.InlineSize | undefined; WebkitMarginEnd?: _$csstype.Property.MarginInlineEnd | undefined; WebkitMarginStart?: _$csstype.Property.MarginInlineStart | undefined; WebkitMaskAttachment?: _$csstype.Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: _$csstype.Property.MaskBorderOutset | undefined; WebkitMaskBoxImageRepeat?: _$csstype.Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: _$csstype.Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: _$csstype.Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: _$csstype.Property.MaskBorderWidth | undefined; WebkitMaskClip?: _$csstype.Property.WebkitMaskClip | undefined; WebkitMaskComposite?: _$csstype.Property.WebkitMaskComposite | undefined; WebkitMaskImage?: _$csstype.Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: _$csstype.Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: _$csstype.Property.WebkitMaskPosition | undefined; WebkitMaskPositionX?: _$csstype.Property.WebkitMaskPositionX | undefined; WebkitMaskPositionY?: _$csstype.Property.WebkitMaskPositionY | undefined; WebkitMaskRepeat?: _$csstype.Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: _$csstype.Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: _$csstype.Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: _$csstype.Property.WebkitMaskSize | undefined; WebkitMaxInlineSize?: _$csstype.Property.MaxInlineSize | undefined; WebkitOrder?: _$csstype.Property.Order | undefined; WebkitOverflowScrolling?: _$csstype.Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: _$csstype.Property.PaddingInlineEnd | undefined; WebkitPaddingStart?: _$csstype.Property.PaddingInlineStart | undefined; WebkitPerspective?: _$csstype.Property.Perspective | undefined; WebkitPerspectiveOrigin?: _$csstype.Property.PerspectiveOrigin | undefined; WebkitPrintColorAdjust?: _$csstype.Property.PrintColorAdjust | undefined; WebkitRubyPosition?: _$csstype.Property.RubyPosition | undefined; WebkitScrollSnapType?: _$csstype.Property.ScrollSnapType | undefined; WebkitShapeMargin?: _$csstype.Property.ShapeMargin | undefined; WebkitTapHighlightColor?: _$csstype.Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: _$csstype.Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: _$csstype.Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: _$csstype.Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: _$csstype.Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: _$csstype.Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: _$csstype.Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: _$csstype.Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: _$csstype.Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: _$csstype.Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: _$csstype.Property.TextOrientation | undefined; WebkitTextSizeAdjust?: _$csstype.Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: _$csstype.Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: _$csstype.Property.WebkitTextStrokeWidth | undefined; WebkitTextUnderlinePosition?: _$csstype.Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: _$csstype.Property.WebkitTouchCallout | undefined; WebkitTransform?: _$csstype.Property.Transform | undefined; WebkitTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; WebkitTransformStyle?: _$csstype.Property.TransformStyle | undefined; WebkitTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; WebkitTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; WebkitTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; WebkitUserModify?: _$csstype.Property.WebkitUserModify | undefined; WebkitUserSelect?: _$csstype.Property.WebkitUserSelect | undefined; WebkitWritingMode?: _$csstype.Property.WritingMode | undefined; MozAnimation?: _$csstype.Property.Animation | undefined; MozBorderImage?: _$csstype.Property.BorderImage | undefined; MozColumnRule?: _$csstype.Property.ColumnRule | undefined; MozColumns?: _$csstype.Property.Columns | undefined; MozOutlineRadius?: _$csstype.Property.MozOutlineRadius | undefined; MozTransition?: _$csstype.Property.Transition | undefined; msContentZoomLimit?: _$csstype.Property.MsContentZoomLimit | undefined; msContentZoomSnap?: _$csstype.Property.MsContentZoomSnap | undefined; msFlex?: _$csstype.Property.Flex | undefined; msScrollLimit?: _$csstype.Property.MsScrollLimit | undefined; msScrollSnapX?: _$csstype.Property.MsScrollSnapX | undefined; msScrollSnapY?: _$csstype.Property.MsScrollSnapY | undefined; msTransition?: _$csstype.Property.Transition | undefined; WebkitAnimation?: _$csstype.Property.Animation | undefined; WebkitBorderBefore?: _$csstype.Property.WebkitBorderBefore | undefined; WebkitBorderImage?: _$csstype.Property.BorderImage | undefined; WebkitBorderRadius?: _$csstype.Property.BorderRadius | undefined; WebkitColumnRule?: _$csstype.Property.ColumnRule | undefined; WebkitColumns?: _$csstype.Property.Columns | undefined; WebkitFlex?: _$csstype.Property.Flex | undefined; WebkitFlexFlow?: _$csstype.Property.FlexFlow | undefined; WebkitMask?: _$csstype.Property.WebkitMask | undefined; WebkitMaskBoxImage?: _$csstype.Property.MaskBorder | undefined; WebkitTextEmphasis?: _$csstype.Property.TextEmphasis | undefined; WebkitTextStroke?: _$csstype.Property.WebkitTextStroke | undefined; WebkitTransition?: _$csstype.Property.Transition | undefined; boxAlign?: _$csstype.Property.BoxAlign | undefined; boxDirection?: _$csstype.Property.BoxDirection | undefined; boxFlex?: _$csstype.Property.BoxFlex | undefined; boxFlexGroup?: _$csstype.Property.BoxFlexGroup | undefined; boxLines?: _$csstype.Property.BoxLines | undefined; boxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; boxOrient?: _$csstype.Property.BoxOrient | undefined; boxPack?: _$csstype.Property.BoxPack | undefined; clip?: _$csstype.Property.Clip | undefined; fontStretch?: _$csstype.Property.FontStretch | undefined; gridColumnGap?: _$csstype.Property.GridColumnGap | undefined; gridGap?: _$csstype.Property.GridGap | undefined; gridRowGap?: _$csstype.Property.GridRowGap | undefined; imeMode?: _$csstype.Property.ImeMode | undefined; insetArea?: _$csstype.Property.PositionArea | undefined; offsetBlock?: _$csstype.Property.InsetBlock | undefined; offsetBlockEnd?: _$csstype.Property.InsetBlockEnd | undefined; offsetBlockStart?: _$csstype.Property.InsetBlockStart | undefined; offsetInline?: _$csstype.Property.InsetInline | undefined; offsetInlineEnd?: _$csstype.Property.InsetInlineEnd | undefined; offsetInlineStart?: _$csstype.Property.InsetInlineStart | undefined; pageBreakAfter?: _$csstype.Property.PageBreakAfter | undefined; pageBreakBefore?: _$csstype.Property.PageBreakBefore | undefined; pageBreakInside?: _$csstype.Property.PageBreakInside | undefined; positionTryOptions?: _$csstype.Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: _$csstype.Property.ScrollSnapCoordinate | undefined; scrollSnapDestination?: _$csstype.Property.ScrollSnapDestination | undefined; scrollSnapPointsX?: _$csstype.Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: _$csstype.Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: _$csstype.Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: _$csstype.Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: _$csstype.Property.BoxAlign | undefined; KhtmlBoxDirection?: _$csstype.Property.BoxDirection | undefined; KhtmlBoxFlex?: _$csstype.Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: _$csstype.Property.BoxFlexGroup | undefined; KhtmlBoxLines?: _$csstype.Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: _$csstype.Property.BoxOrient | undefined; KhtmlBoxPack?: _$csstype.Property.BoxPack | undefined; KhtmlLineBreak?: _$csstype.Property.LineBreak | undefined; KhtmlOpacity?: _$csstype.Property.Opacity | undefined; KhtmlUserSelect?: _$csstype.Property.UserSelect | undefined; MozBackgroundClip?: _$csstype.Property.BackgroundClip | undefined; MozBackgroundOrigin?: _$csstype.Property.BackgroundOrigin | undefined; MozBackgroundSize?: _$csstype.Property.BackgroundSize | undefined; MozBorderRadius?: _$csstype.Property.BorderRadius | undefined; MozBorderRadiusBottomleft?: _$csstype.Property.BorderBottomLeftRadius | undefined; MozBorderRadiusBottomright?: _$csstype.Property.BorderBottomRightRadius | undefined; MozBorderRadiusTopleft?: _$csstype.Property.BorderTopLeftRadius | undefined; MozBorderRadiusTopright?: _$csstype.Property.BorderTopRightRadius | undefined; MozBoxAlign?: _$csstype.Property.BoxAlign | undefined; MozBoxDirection?: _$csstype.Property.BoxDirection | undefined; MozBoxFlex?: _$csstype.Property.BoxFlex | undefined; MozBoxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; MozBoxOrient?: _$csstype.Property.BoxOrient | undefined; MozBoxPack?: _$csstype.Property.BoxPack | undefined; MozBoxShadow?: _$csstype.Property.BoxShadow | undefined; MozColumnCount?: _$csstype.Property.ColumnCount | undefined; MozColumnFill?: _$csstype.Property.ColumnFill | undefined; MozFloatEdge?: _$csstype.Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: _$csstype.Property.MozForceBrokenImageIcon | undefined; MozOpacity?: _$csstype.Property.Opacity | undefined; MozOutline?: _$csstype.Property.Outline | undefined; MozOutlineColor?: _$csstype.Property.OutlineColor | undefined; MozOutlineStyle?: _$csstype.Property.OutlineStyle | undefined; MozOutlineWidth?: _$csstype.Property.OutlineWidth | undefined; MozTextAlignLast?: _$csstype.Property.TextAlignLast | undefined; MozTextDecorationColor?: _$csstype.Property.TextDecorationColor | undefined; MozTextDecorationLine?: _$csstype.Property.TextDecorationLine | undefined; MozTextDecorationStyle?: _$csstype.Property.TextDecorationStyle | undefined; MozTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; MozTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; MozTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; MozTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; MozUserFocus?: _$csstype.Property.MozUserFocus | undefined; MozUserInput?: _$csstype.Property.MozUserInput | undefined; msImeMode?: _$csstype.Property.ImeMode | undefined; OAnimation?: _$csstype.Property.Animation | undefined; OAnimationDelay?: _$csstype.Property.AnimationDelay | undefined; OAnimationDirection?: _$csstype.Property.AnimationDirection | undefined; OAnimationDuration?: _$csstype.Property.AnimationDuration | undefined; OAnimationFillMode?: _$csstype.Property.AnimationFillMode | undefined; OAnimationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; OAnimationName?: _$csstype.Property.AnimationName | undefined; OAnimationPlayState?: _$csstype.Property.AnimationPlayState | undefined; OAnimationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; OBackgroundSize?: _$csstype.Property.BackgroundSize | undefined; OBorderImage?: _$csstype.Property.BorderImage | undefined; OObjectFit?: _$csstype.Property.ObjectFit | undefined; OObjectPosition?: _$csstype.Property.ObjectPosition | undefined; OTabSize?: _$csstype.Property.TabSize | undefined; OTextOverflow?: _$csstype.Property.TextOverflow | undefined; OTransform?: _$csstype.Property.Transform | undefined; OTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; OTransition?: _$csstype.Property.Transition | undefined; OTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; OTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; OTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; OTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: _$csstype.Property.BoxAlign | undefined; WebkitBoxDirection?: _$csstype.Property.BoxDirection | undefined; WebkitBoxFlex?: _$csstype.Property.BoxFlex | undefined; WebkitBoxFlexGroup?: _$csstype.Property.BoxFlexGroup | undefined; WebkitBoxLines?: _$csstype.Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: _$csstype.Property.BoxOrient | undefined; WebkitBoxPack?: _$csstype.Property.BoxPack | undefined; colorInterpolation?: _$csstype.Property.ColorInterpolation | undefined; colorRendering?: _$csstype.Property.ColorRendering | undefined; glyphOrientationVertical?: _$csstype.Property.GlyphOrientationVertical | undefined; "accent-color"?: _$csstype.Property.AccentColor | undefined; "align-content"?: _$csstype.Property.AlignContent | undefined; "align-items"?: _$csstype.Property.AlignItems | undefined; "align-self"?: _$csstype.Property.AlignSelf | undefined; "align-tracks"?: _$csstype.Property.AlignTracks | undefined; "alignment-baseline"?: _$csstype.Property.AlignmentBaseline | undefined; "anchor-name"?: _$csstype.Property.AnchorName | undefined; "anchor-scope"?: _$csstype.Property.AnchorScope | undefined; "animation-composition"?: _$csstype.Property.AnimationComposition | undefined; "animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "animation-name"?: _$csstype.Property.AnimationName | undefined; "animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "animation-range-end"?: _$csstype.Property.AnimationRangeEnd | undefined; "animation-range-start"?: _$csstype.Property.AnimationRangeStart | undefined; "animation-timeline"?: _$csstype.Property.AnimationTimeline | undefined; "animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "aspect-ratio"?: _$csstype.Property.AspectRatio | undefined; "backdrop-filter"?: _$csstype.Property.BackdropFilter | undefined; "backface-visibility"?: _$csstype.Property.BackfaceVisibility | undefined; "background-attachment"?: _$csstype.Property.BackgroundAttachment | undefined; "background-blend-mode"?: _$csstype.Property.BackgroundBlendMode | undefined; "background-clip"?: _$csstype.Property.BackgroundClip | undefined; "background-color"?: _$csstype.Property.BackgroundColor | undefined; "background-image"?: _$csstype.Property.BackgroundImage | undefined; "background-origin"?: _$csstype.Property.BackgroundOrigin | undefined; "background-position-x"?: _$csstype.Property.BackgroundPositionX | undefined; "background-position-y"?: _$csstype.Property.BackgroundPositionY | undefined; "background-repeat"?: _$csstype.Property.BackgroundRepeat | undefined; "background-size"?: _$csstype.Property.BackgroundSize | undefined; "baseline-shift"?: _$csstype.Property.BaselineShift | undefined; "block-size"?: _$csstype.Property.BlockSize | undefined; "border-block-end-color"?: _$csstype.Property.BorderBlockEndColor | undefined; "border-block-end-style"?: _$csstype.Property.BorderBlockEndStyle | undefined; "border-block-end-width"?: _$csstype.Property.BorderBlockEndWidth | undefined; "border-block-start-color"?: _$csstype.Property.BorderBlockStartColor | undefined; "border-block-start-style"?: _$csstype.Property.BorderBlockStartStyle | undefined; "border-block-start-width"?: _$csstype.Property.BorderBlockStartWidth | undefined; "border-bottom-color"?: _$csstype.Property.BorderBottomColor | undefined; "border-bottom-left-radius"?: _$csstype.Property.BorderBottomLeftRadius | undefined; "border-bottom-right-radius"?: _$csstype.Property.BorderBottomRightRadius | undefined; "border-bottom-style"?: _$csstype.Property.BorderBottomStyle | undefined; "border-bottom-width"?: _$csstype.Property.BorderBottomWidth | undefined; "border-collapse"?: _$csstype.Property.BorderCollapse | undefined; "border-end-end-radius"?: _$csstype.Property.BorderEndEndRadius | undefined; "border-end-start-radius"?: _$csstype.Property.BorderEndStartRadius | undefined; "border-image-outset"?: _$csstype.Property.BorderImageOutset | undefined; "border-image-repeat"?: _$csstype.Property.BorderImageRepeat | undefined; "border-image-slice"?: _$csstype.Property.BorderImageSlice | undefined; "border-image-source"?: _$csstype.Property.BorderImageSource | undefined; "border-image-width"?: _$csstype.Property.BorderImageWidth | undefined; "border-inline-end-color"?: _$csstype.Property.BorderInlineEndColor | undefined; "border-inline-end-style"?: _$csstype.Property.BorderInlineEndStyle | undefined; "border-inline-end-width"?: _$csstype.Property.BorderInlineEndWidth | undefined; "border-inline-start-color"?: _$csstype.Property.BorderInlineStartColor | undefined; "border-inline-start-style"?: _$csstype.Property.BorderInlineStartStyle | undefined; "border-inline-start-width"?: _$csstype.Property.BorderInlineStartWidth | undefined; "border-left-color"?: _$csstype.Property.BorderLeftColor | undefined; "border-left-style"?: _$csstype.Property.BorderLeftStyle | undefined; "border-left-width"?: _$csstype.Property.BorderLeftWidth | undefined; "border-right-color"?: _$csstype.Property.BorderRightColor | undefined; "border-right-style"?: _$csstype.Property.BorderRightStyle | undefined; "border-right-width"?: _$csstype.Property.BorderRightWidth | undefined; "border-spacing"?: _$csstype.Property.BorderSpacing | undefined; "border-start-end-radius"?: _$csstype.Property.BorderStartEndRadius | undefined; "border-start-start-radius"?: _$csstype.Property.BorderStartStartRadius | undefined; "border-top-color"?: _$csstype.Property.BorderTopColor | undefined; "border-top-left-radius"?: _$csstype.Property.BorderTopLeftRadius | undefined; "border-top-right-radius"?: _$csstype.Property.BorderTopRightRadius | undefined; "border-top-style"?: _$csstype.Property.BorderTopStyle | undefined; "border-top-width"?: _$csstype.Property.BorderTopWidth | undefined; "box-decoration-break"?: _$csstype.Property.BoxDecorationBreak | undefined; "box-shadow"?: _$csstype.Property.BoxShadow | undefined; "box-sizing"?: _$csstype.Property.BoxSizing | undefined; "break-after"?: _$csstype.Property.BreakAfter | undefined; "break-before"?: _$csstype.Property.BreakBefore | undefined; "break-inside"?: _$csstype.Property.BreakInside | undefined; "caption-side"?: _$csstype.Property.CaptionSide | undefined; "caret-color"?: _$csstype.Property.CaretColor | undefined; "caret-shape"?: _$csstype.Property.CaretShape | undefined; "clip-path"?: _$csstype.Property.ClipPath | undefined; "clip-rule"?: _$csstype.Property.ClipRule | undefined; "color-adjust"?: _$csstype.Property.PrintColorAdjust | undefined; "color-interpolation-filters"?: _$csstype.Property.ColorInterpolationFilters | undefined; "color-scheme"?: _$csstype.Property.ColorScheme | undefined; "column-count"?: _$csstype.Property.ColumnCount | undefined; "column-fill"?: _$csstype.Property.ColumnFill | undefined; "column-gap"?: _$csstype.Property.ColumnGap | undefined; "column-rule-color"?: _$csstype.Property.ColumnRuleColor | undefined; "column-rule-style"?: _$csstype.Property.ColumnRuleStyle | undefined; "column-rule-width"?: _$csstype.Property.ColumnRuleWidth | undefined; "column-span"?: _$csstype.Property.ColumnSpan | undefined; "column-width"?: _$csstype.Property.ColumnWidth | undefined; "contain-intrinsic-block-size"?: _$csstype.Property.ContainIntrinsicBlockSize | undefined; "contain-intrinsic-height"?: _$csstype.Property.ContainIntrinsicHeight | undefined; "contain-intrinsic-inline-size"?: _$csstype.Property.ContainIntrinsicInlineSize | undefined; "contain-intrinsic-width"?: _$csstype.Property.ContainIntrinsicWidth | undefined; "container-name"?: _$csstype.Property.ContainerName | undefined; "container-type"?: _$csstype.Property.ContainerType | undefined; "content-visibility"?: _$csstype.Property.ContentVisibility | undefined; "counter-increment"?: _$csstype.Property.CounterIncrement | undefined; "counter-reset"?: _$csstype.Property.CounterReset | undefined; "counter-set"?: _$csstype.Property.CounterSet | undefined; "dominant-baseline"?: _$csstype.Property.DominantBaseline | undefined; "empty-cells"?: _$csstype.Property.EmptyCells | undefined; "field-sizing"?: _$csstype.Property.FieldSizing | undefined; "fill-opacity"?: _$csstype.Property.FillOpacity | undefined; "fill-rule"?: _$csstype.Property.FillRule | undefined; "flex-basis"?: _$csstype.Property.FlexBasis | undefined; "flex-direction"?: _$csstype.Property.FlexDirection | undefined; "flex-grow"?: _$csstype.Property.FlexGrow | undefined; "flex-shrink"?: _$csstype.Property.FlexShrink | undefined; "flex-wrap"?: _$csstype.Property.FlexWrap | undefined; "flood-color"?: _$csstype.Property.FloodColor | undefined; "flood-opacity"?: _$csstype.Property.FloodOpacity | undefined; "font-family"?: _$csstype.Property.FontFamily | undefined; "font-feature-settings"?: _$csstype.Property.FontFeatureSettings | undefined; "font-kerning"?: _$csstype.Property.FontKerning | undefined; "font-language-override"?: _$csstype.Property.FontLanguageOverride | undefined; "font-optical-sizing"?: _$csstype.Property.FontOpticalSizing | undefined; "font-palette"?: _$csstype.Property.FontPalette | undefined; "font-size"?: _$csstype.Property.FontSize | undefined; "font-size-adjust"?: _$csstype.Property.FontSizeAdjust | undefined; "font-smooth"?: _$csstype.Property.FontSmooth | undefined; "font-style"?: _$csstype.Property.FontStyle | undefined; "font-synthesis"?: _$csstype.Property.FontSynthesis | undefined; "font-synthesis-position"?: _$csstype.Property.FontSynthesisPosition | undefined; "font-synthesis-small-caps"?: _$csstype.Property.FontSynthesisSmallCaps | undefined; "font-synthesis-style"?: _$csstype.Property.FontSynthesisStyle | undefined; "font-synthesis-weight"?: _$csstype.Property.FontSynthesisWeight | undefined; "font-variant"?: _$csstype.Property.FontVariant | undefined; "font-variant-alternates"?: _$csstype.Property.FontVariantAlternates | undefined; "font-variant-caps"?: _$csstype.Property.FontVariantCaps | undefined; "font-variant-east-asian"?: _$csstype.Property.FontVariantEastAsian | undefined; "font-variant-emoji"?: _$csstype.Property.FontVariantEmoji | undefined; "font-variant-ligatures"?: _$csstype.Property.FontVariantLigatures | undefined; "font-variant-numeric"?: _$csstype.Property.FontVariantNumeric | undefined; "font-variant-position"?: _$csstype.Property.FontVariantPosition | undefined; "font-variation-settings"?: _$csstype.Property.FontVariationSettings | undefined; "font-weight"?: _$csstype.Property.FontWeight | undefined; "font-width"?: _$csstype.Property.FontWidth | undefined; "forced-color-adjust"?: _$csstype.Property.ForcedColorAdjust | undefined; "grid-auto-columns"?: _$csstype.Property.GridAutoColumns | undefined; "grid-auto-flow"?: _$csstype.Property.GridAutoFlow | undefined; "grid-auto-rows"?: _$csstype.Property.GridAutoRows | undefined; "grid-column-end"?: _$csstype.Property.GridColumnEnd | undefined; "grid-column-start"?: _$csstype.Property.GridColumnStart | undefined; "grid-row-end"?: _$csstype.Property.GridRowEnd | undefined; "grid-row-start"?: _$csstype.Property.GridRowStart | undefined; "grid-template-areas"?: _$csstype.Property.GridTemplateAreas | undefined; "grid-template-columns"?: _$csstype.Property.GridTemplateColumns | undefined; "grid-template-rows"?: _$csstype.Property.GridTemplateRows | undefined; "hanging-punctuation"?: _$csstype.Property.HangingPunctuation | undefined; "hyphenate-character"?: _$csstype.Property.HyphenateCharacter | undefined; "hyphenate-limit-chars"?: _$csstype.Property.HyphenateLimitChars | undefined; "image-orientation"?: _$csstype.Property.ImageOrientation | undefined; "image-rendering"?: _$csstype.Property.ImageRendering | undefined; "image-resolution"?: _$csstype.Property.ImageResolution | undefined; "initial-letter"?: _$csstype.Property.InitialLetter | undefined; "initial-letter-align"?: _$csstype.Property.InitialLetterAlign | undefined; "inline-size"?: _$csstype.Property.InlineSize | undefined; "inset-block-end"?: _$csstype.Property.InsetBlockEnd | undefined; "inset-block-start"?: _$csstype.Property.InsetBlockStart | undefined; "inset-inline-end"?: _$csstype.Property.InsetInlineEnd | undefined; "inset-inline-start"?: _$csstype.Property.InsetInlineStart | undefined; "interpolate-size"?: _$csstype.Property.InterpolateSize | undefined; "justify-content"?: _$csstype.Property.JustifyContent | undefined; "justify-items"?: _$csstype.Property.JustifyItems | undefined; "justify-self"?: _$csstype.Property.JustifySelf | undefined; "justify-tracks"?: _$csstype.Property.JustifyTracks | undefined; "letter-spacing"?: _$csstype.Property.LetterSpacing | undefined; "lighting-color"?: _$csstype.Property.LightingColor | undefined; "line-break"?: _$csstype.Property.LineBreak | undefined; "line-height"?: _$csstype.Property.LineHeight | undefined; "line-height-step"?: _$csstype.Property.LineHeightStep | undefined; "list-style-image"?: _$csstype.Property.ListStyleImage | undefined; "list-style-position"?: _$csstype.Property.ListStylePosition | undefined; "list-style-type"?: _$csstype.Property.ListStyleType | undefined; "margin-block-end"?: _$csstype.Property.MarginBlockEnd | undefined; "margin-block-start"?: _$csstype.Property.MarginBlockStart | undefined; "margin-bottom"?: _$csstype.Property.MarginBottom | undefined; "margin-inline-end"?: _$csstype.Property.MarginInlineEnd | undefined; "margin-inline-start"?: _$csstype.Property.MarginInlineStart | undefined; "margin-left"?: _$csstype.Property.MarginLeft | undefined; "margin-right"?: _$csstype.Property.MarginRight | undefined; "margin-top"?: _$csstype.Property.MarginTop | undefined; "margin-trim"?: _$csstype.Property.MarginTrim | undefined; "marker-end"?: _$csstype.Property.MarkerEnd | undefined; "marker-mid"?: _$csstype.Property.MarkerMid | undefined; "marker-start"?: _$csstype.Property.MarkerStart | undefined; "mask-border-mode"?: _$csstype.Property.MaskBorderMode | undefined; "mask-border-outset"?: _$csstype.Property.MaskBorderOutset | undefined; "mask-border-repeat"?: _$csstype.Property.MaskBorderRepeat | undefined; "mask-border-slice"?: _$csstype.Property.MaskBorderSlice | undefined; "mask-border-source"?: _$csstype.Property.MaskBorderSource | undefined; "mask-border-width"?: _$csstype.Property.MaskBorderWidth | undefined; "mask-clip"?: _$csstype.Property.MaskClip | undefined; "mask-composite"?: _$csstype.Property.MaskComposite | undefined; "mask-image"?: _$csstype.Property.MaskImage | undefined; "mask-mode"?: _$csstype.Property.MaskMode | undefined; "mask-origin"?: _$csstype.Property.MaskOrigin | undefined; "mask-position"?: _$csstype.Property.MaskPosition | undefined; "mask-repeat"?: _$csstype.Property.MaskRepeat | undefined; "mask-size"?: _$csstype.Property.MaskSize | undefined; "mask-type"?: _$csstype.Property.MaskType | undefined; "masonry-auto-flow"?: _$csstype.Property.MasonryAutoFlow | undefined; "math-depth"?: _$csstype.Property.MathDepth | undefined; "math-shift"?: _$csstype.Property.MathShift | undefined; "math-style"?: _$csstype.Property.MathStyle | undefined; "max-block-size"?: _$csstype.Property.MaxBlockSize | undefined; "max-height"?: _$csstype.Property.MaxHeight | undefined; "max-inline-size"?: _$csstype.Property.MaxInlineSize | undefined; "max-lines"?: _$csstype.Property.MaxLines | undefined; "max-width"?: _$csstype.Property.MaxWidth | undefined; "min-block-size"?: _$csstype.Property.MinBlockSize | undefined; "min-height"?: _$csstype.Property.MinHeight | undefined; "min-inline-size"?: _$csstype.Property.MinInlineSize | undefined; "min-width"?: _$csstype.Property.MinWidth | undefined; "mix-blend-mode"?: _$csstype.Property.MixBlendMode | undefined; "motion-distance"?: _$csstype.Property.OffsetDistance | undefined; "motion-path"?: _$csstype.Property.OffsetPath | undefined; "motion-rotation"?: _$csstype.Property.OffsetRotate | undefined; "object-fit"?: _$csstype.Property.ObjectFit | undefined; "object-position"?: _$csstype.Property.ObjectPosition | undefined; "object-view-box"?: _$csstype.Property.ObjectViewBox | undefined; "offset-anchor"?: _$csstype.Property.OffsetAnchor | undefined; "offset-distance"?: _$csstype.Property.OffsetDistance | undefined; "offset-path"?: _$csstype.Property.OffsetPath | undefined; "offset-position"?: _$csstype.Property.OffsetPosition | undefined; "offset-rotate"?: _$csstype.Property.OffsetRotate | undefined; "offset-rotation"?: _$csstype.Property.OffsetRotate | undefined; "outline-color"?: _$csstype.Property.OutlineColor | undefined; "outline-offset"?: _$csstype.Property.OutlineOffset | undefined; "outline-style"?: _$csstype.Property.OutlineStyle | undefined; "outline-width"?: _$csstype.Property.OutlineWidth | undefined; "overflow-anchor"?: _$csstype.Property.OverflowAnchor | undefined; "overflow-block"?: _$csstype.Property.OverflowBlock | undefined; "overflow-clip-box"?: _$csstype.Property.OverflowClipBox | undefined; "overflow-clip-margin"?: _$csstype.Property.OverflowClipMargin | undefined; "overflow-inline"?: _$csstype.Property.OverflowInline | undefined; "overflow-wrap"?: _$csstype.Property.OverflowWrap | undefined; "overflow-x"?: _$csstype.Property.OverflowX | undefined; "overflow-y"?: _$csstype.Property.OverflowY | undefined; "overscroll-behavior-block"?: _$csstype.Property.OverscrollBehaviorBlock | undefined; "overscroll-behavior-inline"?: _$csstype.Property.OverscrollBehaviorInline | undefined; "overscroll-behavior-x"?: _$csstype.Property.OverscrollBehaviorX | undefined; "overscroll-behavior-y"?: _$csstype.Property.OverscrollBehaviorY | undefined; "padding-block-end"?: _$csstype.Property.PaddingBlockEnd | undefined; "padding-block-start"?: _$csstype.Property.PaddingBlockStart | undefined; "padding-bottom"?: _$csstype.Property.PaddingBottom | undefined; "padding-inline-end"?: _$csstype.Property.PaddingInlineEnd | undefined; "padding-inline-start"?: _$csstype.Property.PaddingInlineStart | undefined; "padding-left"?: _$csstype.Property.PaddingLeft | undefined; "padding-right"?: _$csstype.Property.PaddingRight | undefined; "padding-top"?: _$csstype.Property.PaddingTop | undefined; "paint-order"?: _$csstype.Property.PaintOrder | undefined; "perspective-origin"?: _$csstype.Property.PerspectiveOrigin | undefined; "pointer-events"?: _$csstype.Property.PointerEvents | undefined; "position-anchor"?: _$csstype.Property.PositionAnchor | undefined; "position-area"?: _$csstype.Property.PositionArea | undefined; "position-try-fallbacks"?: _$csstype.Property.PositionTryFallbacks | undefined; "position-try-order"?: _$csstype.Property.PositionTryOrder | undefined; "position-visibility"?: _$csstype.Property.PositionVisibility | undefined; "print-color-adjust"?: _$csstype.Property.PrintColorAdjust | undefined; "row-gap"?: _$csstype.Property.RowGap | undefined; "ruby-align"?: _$csstype.Property.RubyAlign | undefined; "ruby-merge"?: _$csstype.Property.RubyMerge | undefined; "ruby-overhang"?: _$csstype.Property.RubyOverhang | undefined; "ruby-position"?: _$csstype.Property.RubyPosition | undefined; "scroll-behavior"?: _$csstype.Property.ScrollBehavior | undefined; "scroll-initial-target"?: _$csstype.Property.ScrollInitialTarget | undefined; "scroll-margin-block-end"?: _$csstype.Property.ScrollMarginBlockEnd | undefined; "scroll-margin-block-start"?: _$csstype.Property.ScrollMarginBlockStart | undefined; "scroll-margin-bottom"?: _$csstype.Property.ScrollMarginBottom | undefined; "scroll-margin-inline-end"?: _$csstype.Property.ScrollMarginInlineEnd | undefined; "scroll-margin-inline-start"?: _$csstype.Property.ScrollMarginInlineStart | undefined; "scroll-margin-left"?: _$csstype.Property.ScrollMarginLeft | undefined; "scroll-margin-right"?: _$csstype.Property.ScrollMarginRight | undefined; "scroll-margin-top"?: _$csstype.Property.ScrollMarginTop | undefined; "scroll-padding-block-end"?: _$csstype.Property.ScrollPaddingBlockEnd | undefined; "scroll-padding-block-start"?: _$csstype.Property.ScrollPaddingBlockStart | undefined; "scroll-padding-bottom"?: _$csstype.Property.ScrollPaddingBottom | undefined; "scroll-padding-inline-end"?: _$csstype.Property.ScrollPaddingInlineEnd | undefined; "scroll-padding-inline-start"?: _$csstype.Property.ScrollPaddingInlineStart | undefined; "scroll-padding-left"?: _$csstype.Property.ScrollPaddingLeft | undefined; "scroll-padding-right"?: _$csstype.Property.ScrollPaddingRight | undefined; "scroll-padding-top"?: _$csstype.Property.ScrollPaddingTop | undefined; "scroll-snap-align"?: _$csstype.Property.ScrollSnapAlign | undefined; "scroll-snap-margin-bottom"?: _$csstype.Property.ScrollMarginBottom | undefined; "scroll-snap-margin-left"?: _$csstype.Property.ScrollMarginLeft | undefined; "scroll-snap-margin-right"?: _$csstype.Property.ScrollMarginRight | undefined; "scroll-snap-margin-top"?: _$csstype.Property.ScrollMarginTop | undefined; "scroll-snap-stop"?: _$csstype.Property.ScrollSnapStop | undefined; "scroll-snap-type"?: _$csstype.Property.ScrollSnapType | undefined; "scroll-timeline-axis"?: _$csstype.Property.ScrollTimelineAxis | undefined; "scroll-timeline-name"?: _$csstype.Property.ScrollTimelineName | undefined; "scrollbar-color"?: _$csstype.Property.ScrollbarColor | undefined; "scrollbar-gutter"?: _$csstype.Property.ScrollbarGutter | undefined; "scrollbar-width"?: _$csstype.Property.ScrollbarWidth | undefined; "shape-image-threshold"?: _$csstype.Property.ShapeImageThreshold | undefined; "shape-margin"?: _$csstype.Property.ShapeMargin | undefined; "shape-outside"?: _$csstype.Property.ShapeOutside | undefined; "shape-rendering"?: _$csstype.Property.ShapeRendering | undefined; "speak-as"?: _$csstype.Property.SpeakAs | undefined; "stop-color"?: _$csstype.Property.StopColor | undefined; "stop-opacity"?: _$csstype.Property.StopOpacity | undefined; "stroke-color"?: _$csstype.Property.StrokeColor | undefined; "stroke-dasharray"?: _$csstype.Property.StrokeDasharray | undefined; "stroke-dashoffset"?: _$csstype.Property.StrokeDashoffset | undefined; "stroke-linecap"?: _$csstype.Property.StrokeLinecap | undefined; "stroke-linejoin"?: _$csstype.Property.StrokeLinejoin | undefined; "stroke-miterlimit"?: _$csstype.Property.StrokeMiterlimit | undefined; "stroke-opacity"?: _$csstype.Property.StrokeOpacity | undefined; "stroke-width"?: _$csstype.Property.StrokeWidth | undefined; "tab-size"?: _$csstype.Property.TabSize | undefined; "table-layout"?: _$csstype.Property.TableLayout | undefined; "text-align"?: _$csstype.Property.TextAlign | undefined; "text-align-last"?: _$csstype.Property.TextAlignLast | undefined; "text-anchor"?: _$csstype.Property.TextAnchor | undefined; "text-autospace"?: _$csstype.Property.TextAutospace | undefined; "text-box"?: _$csstype.Property.TextBox | undefined; "text-box-edge"?: _$csstype.Property.TextBoxEdge | undefined; "text-box-trim"?: _$csstype.Property.TextBoxTrim | undefined; "text-combine-upright"?: _$csstype.Property.TextCombineUpright | undefined; "text-decoration-color"?: _$csstype.Property.TextDecorationColor | undefined; "text-decoration-line"?: _$csstype.Property.TextDecorationLine | undefined; "text-decoration-skip"?: _$csstype.Property.TextDecorationSkip | undefined; "text-decoration-skip-ink"?: _$csstype.Property.TextDecorationSkipInk | undefined; "text-decoration-style"?: _$csstype.Property.TextDecorationStyle | undefined; "text-decoration-thickness"?: _$csstype.Property.TextDecorationThickness | undefined; "text-emphasis-color"?: _$csstype.Property.TextEmphasisColor | undefined; "text-emphasis-position"?: _$csstype.Property.TextEmphasisPosition | undefined; "text-emphasis-style"?: _$csstype.Property.TextEmphasisStyle | undefined; "text-indent"?: _$csstype.Property.TextIndent | undefined; "text-justify"?: _$csstype.Property.TextJustify | undefined; "text-orientation"?: _$csstype.Property.TextOrientation | undefined; "text-overflow"?: _$csstype.Property.TextOverflow | undefined; "text-rendering"?: _$csstype.Property.TextRendering | undefined; "text-shadow"?: _$csstype.Property.TextShadow | undefined; "text-size-adjust"?: _$csstype.Property.TextSizeAdjust | undefined; "text-spacing-trim"?: _$csstype.Property.TextSpacingTrim | undefined; "text-transform"?: _$csstype.Property.TextTransform | undefined; "text-underline-offset"?: _$csstype.Property.TextUnderlineOffset | undefined; "text-underline-position"?: _$csstype.Property.TextUnderlinePosition | undefined; "text-wrap-mode"?: _$csstype.Property.TextWrapMode | undefined; "text-wrap-style"?: _$csstype.Property.TextWrapStyle | undefined; "timeline-scope"?: _$csstype.Property.TimelineScope | undefined; "touch-action"?: _$csstype.Property.TouchAction | undefined; "transform-box"?: _$csstype.Property.TransformBox | undefined; "transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "transform-style"?: _$csstype.Property.TransformStyle | undefined; "transition-behavior"?: _$csstype.Property.TransitionBehavior | undefined; "transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "transition-property"?: _$csstype.Property.TransitionProperty | undefined; "transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "unicode-bidi"?: _$csstype.Property.UnicodeBidi | undefined; "user-select"?: _$csstype.Property.UserSelect | undefined; "vector-effect"?: _$csstype.Property.VectorEffect | undefined; "vertical-align"?: _$csstype.Property.VerticalAlign | undefined; "view-timeline-axis"?: _$csstype.Property.ViewTimelineAxis | undefined; "view-timeline-inset"?: _$csstype.Property.ViewTimelineInset | undefined; "view-timeline-name"?: _$csstype.Property.ViewTimelineName | undefined; "view-transition-class"?: _$csstype.Property.ViewTransitionClass | undefined; "view-transition-name"?: _$csstype.Property.ViewTransitionName | undefined; "white-space"?: _$csstype.Property.WhiteSpace | undefined; "white-space-collapse"?: _$csstype.Property.WhiteSpaceCollapse | undefined; "will-change"?: _$csstype.Property.WillChange | undefined; "word-break"?: _$csstype.Property.WordBreak | undefined; "word-spacing"?: _$csstype.Property.WordSpacing | undefined; "word-wrap"?: _$csstype.Property.WordWrap | undefined; "writing-mode"?: _$csstype.Property.WritingMode | undefined; "z-index"?: _$csstype.Property.ZIndex | undefined; "animation-range"?: _$csstype.Property.AnimationRange | undefined; "background-position"?: _$csstype.Property.BackgroundPosition | undefined; "border-block"?: _$csstype.Property.BorderBlock | undefined; "border-block-color"?: _$csstype.Property.BorderBlockColor | undefined; "border-block-end"?: _$csstype.Property.BorderBlockEnd | undefined; "border-block-start"?: _$csstype.Property.BorderBlockStart | undefined; "border-block-style"?: _$csstype.Property.BorderBlockStyle | undefined; "border-block-width"?: _$csstype.Property.BorderBlockWidth | undefined; "border-bottom"?: _$csstype.Property.BorderBottom | undefined; "border-color"?: _$csstype.Property.BorderColor | undefined; "border-image"?: _$csstype.Property.BorderImage | undefined; "border-inline"?: _$csstype.Property.BorderInline | undefined; "border-inline-color"?: _$csstype.Property.BorderInlineColor | undefined; "border-inline-end"?: _$csstype.Property.BorderInlineEnd | undefined; "border-inline-start"?: _$csstype.Property.BorderInlineStart | undefined; "border-inline-style"?: _$csstype.Property.BorderInlineStyle | undefined; "border-inline-width"?: _$csstype.Property.BorderInlineWidth | undefined; "border-left"?: _$csstype.Property.BorderLeft | undefined; "border-radius"?: _$csstype.Property.BorderRadius | undefined; "border-right"?: _$csstype.Property.BorderRight | undefined; "border-style"?: _$csstype.Property.BorderStyle | undefined; "border-top"?: _$csstype.Property.BorderTop | undefined; "border-width"?: _$csstype.Property.BorderWidth | undefined; "column-rule"?: _$csstype.Property.ColumnRule | undefined; "contain-intrinsic-size"?: _$csstype.Property.ContainIntrinsicSize | undefined; "flex-flow"?: _$csstype.Property.FlexFlow | undefined; "grid-area"?: _$csstype.Property.GridArea | undefined; "grid-column"?: _$csstype.Property.GridColumn | undefined; "grid-row"?: _$csstype.Property.GridRow | undefined; "grid-template"?: _$csstype.Property.GridTemplate | undefined; "inset-block"?: _$csstype.Property.InsetBlock | undefined; "inset-inline"?: _$csstype.Property.InsetInline | undefined; "line-clamp"?: _$csstype.Property.LineClamp | undefined; "list-style"?: _$csstype.Property.ListStyle | undefined; "margin-block"?: _$csstype.Property.MarginBlock | undefined; "margin-inline"?: _$csstype.Property.MarginInline | undefined; "mask-border"?: _$csstype.Property.MaskBorder | undefined; "overscroll-behavior"?: _$csstype.Property.OverscrollBehavior | undefined; "padding-block"?: _$csstype.Property.PaddingBlock | undefined; "padding-inline"?: _$csstype.Property.PaddingInline | undefined; "place-content"?: _$csstype.Property.PlaceContent | undefined; "place-items"?: _$csstype.Property.PlaceItems | undefined; "place-self"?: _$csstype.Property.PlaceSelf | undefined; "position-try"?: _$csstype.Property.PositionTry | undefined; "scroll-margin"?: _$csstype.Property.ScrollMargin | undefined; "scroll-margin-block"?: _$csstype.Property.ScrollMarginBlock | undefined; "scroll-margin-inline"?: _$csstype.Property.ScrollMarginInline | undefined; "scroll-padding"?: _$csstype.Property.ScrollPadding | undefined; "scroll-padding-block"?: _$csstype.Property.ScrollPaddingBlock | undefined; "scroll-padding-inline"?: _$csstype.Property.ScrollPaddingInline | undefined; "scroll-snap-margin"?: _$csstype.Property.ScrollMargin | undefined; "scroll-timeline"?: _$csstype.Property.ScrollTimeline | undefined; "text-decoration"?: _$csstype.Property.TextDecoration | undefined; "text-emphasis"?: _$csstype.Property.TextEmphasis | undefined; "text-wrap"?: _$csstype.Property.TextWrap | undefined; "view-timeline"?: _$csstype.Property.ViewTimeline | undefined; "-moz-animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "-moz-animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "-moz-animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "-moz-animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "-moz-animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "-moz-animation-name"?: _$csstype.Property.AnimationName | undefined; "-moz-animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "-moz-animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "-moz-appearance"?: _$csstype.Property.MozAppearance | undefined; "-moz-backface-visibility"?: _$csstype.Property.BackfaceVisibility | undefined; "-moz-binding"?: _$csstype.Property.MozBinding | undefined; "-moz-border-bottom-colors"?: _$csstype.Property.MozBorderBottomColors | undefined; "-moz-border-end-color"?: _$csstype.Property.BorderInlineEndColor | undefined; "-moz-border-end-style"?: _$csstype.Property.BorderInlineEndStyle | undefined; "-moz-border-end-width"?: _$csstype.Property.BorderInlineEndWidth | undefined; "-moz-border-left-colors"?: _$csstype.Property.MozBorderLeftColors | undefined; "-moz-border-right-colors"?: _$csstype.Property.MozBorderRightColors | undefined; "-moz-border-start-color"?: _$csstype.Property.BorderInlineStartColor | undefined; "-moz-border-start-style"?: _$csstype.Property.BorderInlineStartStyle | undefined; "-moz-border-top-colors"?: _$csstype.Property.MozBorderTopColors | undefined; "-moz-box-sizing"?: _$csstype.Property.BoxSizing | undefined; "-moz-column-rule-color"?: _$csstype.Property.ColumnRuleColor | undefined; "-moz-column-rule-style"?: _$csstype.Property.ColumnRuleStyle | undefined; "-moz-column-rule-width"?: _$csstype.Property.ColumnRuleWidth | undefined; "-moz-column-width"?: _$csstype.Property.ColumnWidth | undefined; "-moz-context-properties"?: _$csstype.Property.MozContextProperties | undefined; "-moz-font-feature-settings"?: _$csstype.Property.FontFeatureSettings | undefined; "-moz-font-language-override"?: _$csstype.Property.FontLanguageOverride | undefined; "-moz-hyphens"?: _$csstype.Property.Hyphens | undefined; "-moz-margin-end"?: _$csstype.Property.MarginInlineEnd | undefined; "-moz-margin-start"?: _$csstype.Property.MarginInlineStart | undefined; "-moz-orient"?: _$csstype.Property.MozOrient | undefined; "-moz-osx-font-smoothing"?: _$csstype.Property.FontSmooth | undefined; "-moz-outline-radius-bottomleft"?: _$csstype.Property.MozOutlineRadiusBottomleft | undefined; "-moz-outline-radius-bottomright"?: _$csstype.Property.MozOutlineRadiusBottomright | undefined; "-moz-outline-radius-topleft"?: _$csstype.Property.MozOutlineRadiusTopleft | undefined; "-moz-outline-radius-topright"?: _$csstype.Property.MozOutlineRadiusTopright | undefined; "-moz-padding-end"?: _$csstype.Property.PaddingInlineEnd | undefined; "-moz-padding-start"?: _$csstype.Property.PaddingInlineStart | undefined; "-moz-perspective"?: _$csstype.Property.Perspective | undefined; "-moz-perspective-origin"?: _$csstype.Property.PerspectiveOrigin | undefined; "-moz-stack-sizing"?: _$csstype.Property.MozStackSizing | undefined; "-moz-tab-size"?: _$csstype.Property.TabSize | undefined; "-moz-text-blink"?: _$csstype.Property.MozTextBlink | undefined; "-moz-text-size-adjust"?: _$csstype.Property.TextSizeAdjust | undefined; "-moz-transform"?: _$csstype.Property.Transform | undefined; "-moz-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-moz-transform-style"?: _$csstype.Property.TransformStyle | undefined; "-moz-user-modify"?: _$csstype.Property.MozUserModify | undefined; "-moz-user-select"?: _$csstype.Property.UserSelect | undefined; "-moz-window-dragging"?: _$csstype.Property.MozWindowDragging | undefined; "-moz-window-shadow"?: _$csstype.Property.MozWindowShadow | undefined; "-ms-accelerator"?: _$csstype.Property.MsAccelerator | undefined; "-ms-block-progression"?: _$csstype.Property.MsBlockProgression | undefined; "-ms-content-zoom-chaining"?: _$csstype.Property.MsContentZoomChaining | undefined; "-ms-content-zoom-limit-max"?: _$csstype.Property.MsContentZoomLimitMax | undefined; "-ms-content-zoom-limit-min"?: _$csstype.Property.MsContentZoomLimitMin | undefined; "-ms-content-zoom-snap-points"?: _$csstype.Property.MsContentZoomSnapPoints | undefined; "-ms-content-zoom-snap-type"?: _$csstype.Property.MsContentZoomSnapType | undefined; "-ms-content-zooming"?: _$csstype.Property.MsContentZooming | undefined; "-ms-filter"?: _$csstype.Property.MsFilter | undefined; "-ms-flex-direction"?: _$csstype.Property.FlexDirection | undefined; "-ms-flex-positive"?: _$csstype.Property.FlexGrow | undefined; "-ms-flow-from"?: _$csstype.Property.MsFlowFrom | undefined; "-ms-flow-into"?: _$csstype.Property.MsFlowInto | undefined; "-ms-grid-columns"?: _$csstype.Property.MsGridColumns | undefined; "-ms-grid-rows"?: _$csstype.Property.MsGridRows | undefined; "-ms-high-contrast-adjust"?: _$csstype.Property.MsHighContrastAdjust | undefined; "-ms-hyphenate-limit-chars"?: _$csstype.Property.MsHyphenateLimitChars | undefined; "-ms-hyphenate-limit-lines"?: _$csstype.Property.MsHyphenateLimitLines | undefined; "-ms-hyphenate-limit-zone"?: _$csstype.Property.MsHyphenateLimitZone | undefined; "-ms-hyphens"?: _$csstype.Property.Hyphens | undefined; "-ms-ime-align"?: _$csstype.Property.MsImeAlign | undefined; "-ms-line-break"?: _$csstype.Property.LineBreak | undefined; "-ms-order"?: _$csstype.Property.Order | undefined; "-ms-overflow-style"?: _$csstype.Property.MsOverflowStyle | undefined; "-ms-overflow-x"?: _$csstype.Property.OverflowX | undefined; "-ms-overflow-y"?: _$csstype.Property.OverflowY | undefined; "-ms-scroll-chaining"?: _$csstype.Property.MsScrollChaining | undefined; "-ms-scroll-limit-x-max"?: _$csstype.Property.MsScrollLimitXMax | undefined; "-ms-scroll-limit-x-min"?: _$csstype.Property.MsScrollLimitXMin | undefined; "-ms-scroll-limit-y-max"?: _$csstype.Property.MsScrollLimitYMax | undefined; "-ms-scroll-limit-y-min"?: _$csstype.Property.MsScrollLimitYMin | undefined; "-ms-scroll-rails"?: _$csstype.Property.MsScrollRails | undefined; "-ms-scroll-snap-points-x"?: _$csstype.Property.MsScrollSnapPointsX | undefined; "-ms-scroll-snap-points-y"?: _$csstype.Property.MsScrollSnapPointsY | undefined; "-ms-scroll-snap-type"?: _$csstype.Property.MsScrollSnapType | undefined; "-ms-scroll-translation"?: _$csstype.Property.MsScrollTranslation | undefined; "-ms-scrollbar-3dlight-color"?: _$csstype.Property.MsScrollbar3dlightColor | undefined; "-ms-scrollbar-arrow-color"?: _$csstype.Property.MsScrollbarArrowColor | undefined; "-ms-scrollbar-base-color"?: _$csstype.Property.MsScrollbarBaseColor | undefined; "-ms-scrollbar-darkshadow-color"?: _$csstype.Property.MsScrollbarDarkshadowColor | undefined; "-ms-scrollbar-face-color"?: _$csstype.Property.MsScrollbarFaceColor | undefined; "-ms-scrollbar-highlight-color"?: _$csstype.Property.MsScrollbarHighlightColor | undefined; "-ms-scrollbar-shadow-color"?: _$csstype.Property.MsScrollbarShadowColor | undefined; "-ms-scrollbar-track-color"?: _$csstype.Property.MsScrollbarTrackColor | undefined; "-ms-text-autospace"?: _$csstype.Property.MsTextAutospace | undefined; "-ms-text-combine-horizontal"?: _$csstype.Property.TextCombineUpright | undefined; "-ms-text-overflow"?: _$csstype.Property.TextOverflow | undefined; "-ms-touch-action"?: _$csstype.Property.TouchAction | undefined; "-ms-touch-select"?: _$csstype.Property.MsTouchSelect | undefined; "-ms-transform"?: _$csstype.Property.Transform | undefined; "-ms-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-ms-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-ms-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-ms-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-ms-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-ms-user-select"?: _$csstype.Property.MsUserSelect | undefined; "-ms-word-break"?: _$csstype.Property.WordBreak | undefined; "-ms-wrap-flow"?: _$csstype.Property.MsWrapFlow | undefined; "-ms-wrap-margin"?: _$csstype.Property.MsWrapMargin | undefined; "-ms-wrap-through"?: _$csstype.Property.MsWrapThrough | undefined; "-ms-writing-mode"?: _$csstype.Property.WritingMode | undefined; "-webkit-align-content"?: _$csstype.Property.AlignContent | undefined; "-webkit-align-items"?: _$csstype.Property.AlignItems | undefined; "-webkit-align-self"?: _$csstype.Property.AlignSelf | undefined; "-webkit-animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "-webkit-animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "-webkit-animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "-webkit-animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "-webkit-animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "-webkit-animation-name"?: _$csstype.Property.AnimationName | undefined; "-webkit-animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "-webkit-animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "-webkit-appearance"?: _$csstype.Property.WebkitAppearance | undefined; "-webkit-backdrop-filter"?: _$csstype.Property.BackdropFilter | undefined; "-webkit-backface-visibility"?: _$csstype.Property.BackfaceVisibility | undefined; "-webkit-background-clip"?: _$csstype.Property.BackgroundClip | undefined; "-webkit-background-origin"?: _$csstype.Property.BackgroundOrigin | undefined; "-webkit-background-size"?: _$csstype.Property.BackgroundSize | undefined; "-webkit-border-before-color"?: _$csstype.Property.WebkitBorderBeforeColor | undefined; "-webkit-border-before-style"?: _$csstype.Property.WebkitBorderBeforeStyle | undefined; "-webkit-border-before-width"?: _$csstype.Property.WebkitBorderBeforeWidth | undefined; "-webkit-border-bottom-left-radius"?: _$csstype.Property.BorderBottomLeftRadius | undefined; "-webkit-border-bottom-right-radius"?: _$csstype.Property.BorderBottomRightRadius | undefined; "-webkit-border-image-slice"?: _$csstype.Property.BorderImageSlice | undefined; "-webkit-border-top-left-radius"?: _$csstype.Property.BorderTopLeftRadius | undefined; "-webkit-border-top-right-radius"?: _$csstype.Property.BorderTopRightRadius | undefined; "-webkit-box-decoration-break"?: _$csstype.Property.BoxDecorationBreak | undefined; "-webkit-box-reflect"?: _$csstype.Property.WebkitBoxReflect | undefined; "-webkit-box-shadow"?: _$csstype.Property.BoxShadow | undefined; "-webkit-box-sizing"?: _$csstype.Property.BoxSizing | undefined; "-webkit-clip-path"?: _$csstype.Property.ClipPath | undefined; "-webkit-column-count"?: _$csstype.Property.ColumnCount | undefined; "-webkit-column-fill"?: _$csstype.Property.ColumnFill | undefined; "-webkit-column-rule-color"?: _$csstype.Property.ColumnRuleColor | undefined; "-webkit-column-rule-style"?: _$csstype.Property.ColumnRuleStyle | undefined; "-webkit-column-rule-width"?: _$csstype.Property.ColumnRuleWidth | undefined; "-webkit-column-span"?: _$csstype.Property.ColumnSpan | undefined; "-webkit-column-width"?: _$csstype.Property.ColumnWidth | undefined; "-webkit-filter"?: _$csstype.Property.Filter | undefined; "-webkit-flex-basis"?: _$csstype.Property.FlexBasis | undefined; "-webkit-flex-direction"?: _$csstype.Property.FlexDirection | undefined; "-webkit-flex-grow"?: _$csstype.Property.FlexGrow | undefined; "-webkit-flex-shrink"?: _$csstype.Property.FlexShrink | undefined; "-webkit-flex-wrap"?: _$csstype.Property.FlexWrap | undefined; "-webkit-font-feature-settings"?: _$csstype.Property.FontFeatureSettings | undefined; "-webkit-font-kerning"?: _$csstype.Property.FontKerning | undefined; "-webkit-font-smoothing"?: _$csstype.Property.FontSmooth | undefined; "-webkit-font-variant-ligatures"?: _$csstype.Property.FontVariantLigatures | undefined; "-webkit-hyphenate-character"?: _$csstype.Property.HyphenateCharacter | undefined; "-webkit-hyphens"?: _$csstype.Property.Hyphens | undefined; "-webkit-initial-letter"?: _$csstype.Property.InitialLetter | undefined; "-webkit-justify-content"?: _$csstype.Property.JustifyContent | undefined; "-webkit-line-break"?: _$csstype.Property.LineBreak | undefined; "-webkit-line-clamp"?: _$csstype.Property.WebkitLineClamp | undefined; "-webkit-logical-height"?: _$csstype.Property.BlockSize | undefined; "-webkit-logical-width"?: _$csstype.Property.InlineSize | undefined; "-webkit-margin-end"?: _$csstype.Property.MarginInlineEnd | undefined; "-webkit-margin-start"?: _$csstype.Property.MarginInlineStart | undefined; "-webkit-mask-attachment"?: _$csstype.Property.WebkitMaskAttachment | undefined; "-webkit-mask-box-image-outset"?: _$csstype.Property.MaskBorderOutset | undefined; "-webkit-mask-box-image-repeat"?: _$csstype.Property.MaskBorderRepeat | undefined; "-webkit-mask-box-image-slice"?: _$csstype.Property.MaskBorderSlice | undefined; "-webkit-mask-box-image-source"?: _$csstype.Property.MaskBorderSource | undefined; "-webkit-mask-box-image-width"?: _$csstype.Property.MaskBorderWidth | undefined; "-webkit-mask-clip"?: _$csstype.Property.WebkitMaskClip | undefined; "-webkit-mask-composite"?: _$csstype.Property.WebkitMaskComposite | undefined; "-webkit-mask-image"?: _$csstype.Property.WebkitMaskImage | undefined; "-webkit-mask-origin"?: _$csstype.Property.WebkitMaskOrigin | undefined; "-webkit-mask-position"?: _$csstype.Property.WebkitMaskPosition | undefined; "-webkit-mask-position-x"?: _$csstype.Property.WebkitMaskPositionX | undefined; "-webkit-mask-position-y"?: _$csstype.Property.WebkitMaskPositionY | undefined; "-webkit-mask-repeat"?: _$csstype.Property.WebkitMaskRepeat | undefined; "-webkit-mask-repeat-x"?: _$csstype.Property.WebkitMaskRepeatX | undefined; "-webkit-mask-repeat-y"?: _$csstype.Property.WebkitMaskRepeatY | undefined; "-webkit-mask-size"?: _$csstype.Property.WebkitMaskSize | undefined; "-webkit-max-inline-size"?: _$csstype.Property.MaxInlineSize | undefined; "-webkit-order"?: _$csstype.Property.Order | undefined; "-webkit-overflow-scrolling"?: _$csstype.Property.WebkitOverflowScrolling | undefined; "-webkit-padding-end"?: _$csstype.Property.PaddingInlineEnd | undefined; "-webkit-padding-start"?: _$csstype.Property.PaddingInlineStart | undefined; "-webkit-perspective"?: _$csstype.Property.Perspective | undefined; "-webkit-perspective-origin"?: _$csstype.Property.PerspectiveOrigin | undefined; "-webkit-print-color-adjust"?: _$csstype.Property.PrintColorAdjust | undefined; "-webkit-ruby-position"?: _$csstype.Property.RubyPosition | undefined; "-webkit-scroll-snap-type"?: _$csstype.Property.ScrollSnapType | undefined; "-webkit-shape-margin"?: _$csstype.Property.ShapeMargin | undefined; "-webkit-tap-highlight-color"?: _$csstype.Property.WebkitTapHighlightColor | undefined; "-webkit-text-combine"?: _$csstype.Property.TextCombineUpright | undefined; "-webkit-text-decoration-color"?: _$csstype.Property.TextDecorationColor | undefined; "-webkit-text-decoration-line"?: _$csstype.Property.TextDecorationLine | undefined; "-webkit-text-decoration-skip"?: _$csstype.Property.TextDecorationSkip | undefined; "-webkit-text-decoration-style"?: _$csstype.Property.TextDecorationStyle | undefined; "-webkit-text-emphasis-color"?: _$csstype.Property.TextEmphasisColor | undefined; "-webkit-text-emphasis-position"?: _$csstype.Property.TextEmphasisPosition | undefined; "-webkit-text-emphasis-style"?: _$csstype.Property.TextEmphasisStyle | undefined; "-webkit-text-fill-color"?: _$csstype.Property.WebkitTextFillColor | undefined; "-webkit-text-orientation"?: _$csstype.Property.TextOrientation | undefined; "-webkit-text-size-adjust"?: _$csstype.Property.TextSizeAdjust | undefined; "-webkit-text-stroke-color"?: _$csstype.Property.WebkitTextStrokeColor | undefined; "-webkit-text-stroke-width"?: _$csstype.Property.WebkitTextStrokeWidth | undefined; "-webkit-text-underline-position"?: _$csstype.Property.TextUnderlinePosition | undefined; "-webkit-touch-callout"?: _$csstype.Property.WebkitTouchCallout | undefined; "-webkit-transform"?: _$csstype.Property.Transform | undefined; "-webkit-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-webkit-transform-style"?: _$csstype.Property.TransformStyle | undefined; "-webkit-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-webkit-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-webkit-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-webkit-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-webkit-user-modify"?: _$csstype.Property.WebkitUserModify | undefined; "-webkit-user-select"?: _$csstype.Property.WebkitUserSelect | undefined; "-webkit-writing-mode"?: _$csstype.Property.WritingMode | undefined; "-moz-animation"?: _$csstype.Property.Animation | undefined; "-moz-border-image"?: _$csstype.Property.BorderImage | undefined; "-moz-column-rule"?: _$csstype.Property.ColumnRule | undefined; "-moz-columns"?: _$csstype.Property.Columns | undefined; "-moz-outline-radius"?: _$csstype.Property.MozOutlineRadius | undefined; "-moz-transition"?: _$csstype.Property.Transition | undefined; "-ms-content-zoom-limit"?: _$csstype.Property.MsContentZoomLimit | undefined; "-ms-content-zoom-snap"?: _$csstype.Property.MsContentZoomSnap | undefined; "-ms-flex"?: _$csstype.Property.Flex | undefined; "-ms-scroll-limit"?: _$csstype.Property.MsScrollLimit | undefined; "-ms-scroll-snap-x"?: _$csstype.Property.MsScrollSnapX | undefined; "-ms-scroll-snap-y"?: _$csstype.Property.MsScrollSnapY | undefined; "-ms-transition"?: _$csstype.Property.Transition | undefined; "-webkit-animation"?: _$csstype.Property.Animation | undefined; "-webkit-border-before"?: _$csstype.Property.WebkitBorderBefore | undefined; "-webkit-border-image"?: _$csstype.Property.BorderImage | undefined; "-webkit-border-radius"?: _$csstype.Property.BorderRadius | undefined; "-webkit-column-rule"?: _$csstype.Property.ColumnRule | undefined; "-webkit-columns"?: _$csstype.Property.Columns | undefined; "-webkit-flex"?: _$csstype.Property.Flex | undefined; "-webkit-flex-flow"?: _$csstype.Property.FlexFlow | undefined; "-webkit-mask"?: _$csstype.Property.WebkitMask | undefined; "-webkit-mask-box-image"?: _$csstype.Property.MaskBorder | undefined; "-webkit-text-emphasis"?: _$csstype.Property.TextEmphasis | undefined; "-webkit-text-stroke"?: _$csstype.Property.WebkitTextStroke | undefined; "-webkit-transition"?: _$csstype.Property.Transition | undefined; "box-align"?: _$csstype.Property.BoxAlign | undefined; "box-direction"?: _$csstype.Property.BoxDirection | undefined; "box-flex"?: _$csstype.Property.BoxFlex | undefined; "box-flex-group"?: _$csstype.Property.BoxFlexGroup | undefined; "box-lines"?: _$csstype.Property.BoxLines | undefined; "box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "box-orient"?: _$csstype.Property.BoxOrient | undefined; "box-pack"?: _$csstype.Property.BoxPack | undefined; "font-stretch"?: _$csstype.Property.FontStretch | undefined; "grid-column-gap"?: _$csstype.Property.GridColumnGap | undefined; "grid-gap"?: _$csstype.Property.GridGap | undefined; "grid-row-gap"?: _$csstype.Property.GridRowGap | undefined; "ime-mode"?: _$csstype.Property.ImeMode | undefined; "inset-area"?: _$csstype.Property.PositionArea | undefined; "offset-block"?: _$csstype.Property.InsetBlock | undefined; "offset-block-end"?: _$csstype.Property.InsetBlockEnd | undefined; "offset-block-start"?: _$csstype.Property.InsetBlockStart | undefined; "offset-inline"?: _$csstype.Property.InsetInline | undefined; "offset-inline-end"?: _$csstype.Property.InsetInlineEnd | undefined; "offset-inline-start"?: _$csstype.Property.InsetInlineStart | undefined; "page-break-after"?: _$csstype.Property.PageBreakAfter | undefined; "page-break-before"?: _$csstype.Property.PageBreakBefore | undefined; "page-break-inside"?: _$csstype.Property.PageBreakInside | undefined; "position-try-options"?: _$csstype.Property.PositionTryFallbacks | undefined; "scroll-snap-coordinate"?: _$csstype.Property.ScrollSnapCoordinate | undefined; "scroll-snap-destination"?: _$csstype.Property.ScrollSnapDestination | undefined; "scroll-snap-points-x"?: _$csstype.Property.ScrollSnapPointsX | undefined; "scroll-snap-points-y"?: _$csstype.Property.ScrollSnapPointsY | undefined; "scroll-snap-type-x"?: _$csstype.Property.ScrollSnapTypeX | undefined; "scroll-snap-type-y"?: _$csstype.Property.ScrollSnapTypeY | undefined; "-khtml-box-align"?: _$csstype.Property.BoxAlign | undefined; "-khtml-box-direction"?: _$csstype.Property.BoxDirection | undefined; "-khtml-box-flex"?: _$csstype.Property.BoxFlex | undefined; "-khtml-box-flex-group"?: _$csstype.Property.BoxFlexGroup | undefined; "-khtml-box-lines"?: _$csstype.Property.BoxLines | undefined; "-khtml-box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "-khtml-box-orient"?: _$csstype.Property.BoxOrient | undefined; "-khtml-box-pack"?: _$csstype.Property.BoxPack | undefined; "-khtml-line-break"?: _$csstype.Property.LineBreak | undefined; "-khtml-opacity"?: _$csstype.Property.Opacity | undefined; "-khtml-user-select"?: _$csstype.Property.UserSelect | undefined; "-moz-background-clip"?: _$csstype.Property.BackgroundClip | undefined; "-moz-background-origin"?: _$csstype.Property.BackgroundOrigin | undefined; "-moz-background-size"?: _$csstype.Property.BackgroundSize | undefined; "-moz-border-radius"?: _$csstype.Property.BorderRadius | undefined; "-moz-border-radius-bottomleft"?: _$csstype.Property.BorderBottomLeftRadius | undefined; "-moz-border-radius-bottomright"?: _$csstype.Property.BorderBottomRightRadius | undefined; "-moz-border-radius-topleft"?: _$csstype.Property.BorderTopLeftRadius | undefined; "-moz-border-radius-topright"?: _$csstype.Property.BorderTopRightRadius | undefined; "-moz-box-align"?: _$csstype.Property.BoxAlign | undefined; "-moz-box-direction"?: _$csstype.Property.BoxDirection | undefined; "-moz-box-flex"?: _$csstype.Property.BoxFlex | undefined; "-moz-box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "-moz-box-orient"?: _$csstype.Property.BoxOrient | undefined; "-moz-box-pack"?: _$csstype.Property.BoxPack | undefined; "-moz-box-shadow"?: _$csstype.Property.BoxShadow | undefined; "-moz-column-count"?: _$csstype.Property.ColumnCount | undefined; "-moz-column-fill"?: _$csstype.Property.ColumnFill | undefined; "-moz-float-edge"?: _$csstype.Property.MozFloatEdge | undefined; "-moz-force-broken-image-icon"?: _$csstype.Property.MozForceBrokenImageIcon | undefined; "-moz-opacity"?: _$csstype.Property.Opacity | undefined; "-moz-outline"?: _$csstype.Property.Outline | undefined; "-moz-outline-color"?: _$csstype.Property.OutlineColor | undefined; "-moz-outline-style"?: _$csstype.Property.OutlineStyle | undefined; "-moz-outline-width"?: _$csstype.Property.OutlineWidth | undefined; "-moz-text-align-last"?: _$csstype.Property.TextAlignLast | undefined; "-moz-text-decoration-color"?: _$csstype.Property.TextDecorationColor | undefined; "-moz-text-decoration-line"?: _$csstype.Property.TextDecorationLine | undefined; "-moz-text-decoration-style"?: _$csstype.Property.TextDecorationStyle | undefined; "-moz-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-moz-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-moz-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-moz-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-moz-user-focus"?: _$csstype.Property.MozUserFocus | undefined; "-moz-user-input"?: _$csstype.Property.MozUserInput | undefined; "-ms-ime-mode"?: _$csstype.Property.ImeMode | undefined; "-o-animation"?: _$csstype.Property.Animation | undefined; "-o-animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "-o-animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "-o-animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "-o-animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "-o-animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "-o-animation-name"?: _$csstype.Property.AnimationName | undefined; "-o-animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "-o-animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "-o-background-size"?: _$csstype.Property.BackgroundSize | undefined; "-o-border-image"?: _$csstype.Property.BorderImage | undefined; "-o-object-fit"?: _$csstype.Property.ObjectFit | undefined; "-o-object-position"?: _$csstype.Property.ObjectPosition | undefined; "-o-tab-size"?: _$csstype.Property.TabSize | undefined; "-o-text-overflow"?: _$csstype.Property.TextOverflow | undefined; "-o-transform"?: _$csstype.Property.Transform | undefined; "-o-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-o-transition"?: _$csstype.Property.Transition | undefined; "-o-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-o-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-o-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-o-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-webkit-box-align"?: _$csstype.Property.BoxAlign | undefined; "-webkit-box-direction"?: _$csstype.Property.BoxDirection | undefined; "-webkit-box-flex"?: _$csstype.Property.BoxFlex | undefined; "-webkit-box-flex-group"?: _$csstype.Property.BoxFlexGroup | undefined; "-webkit-box-lines"?: _$csstype.Property.BoxLines | undefined; "-webkit-box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "-webkit-box-orient"?: _$csstype.Property.BoxOrient | undefined; "-webkit-box-pack"?: _$csstype.Property.BoxPack | undefined; "color-interpolation"?: _$csstype.Property.ColorInterpolation | undefined; "color-rendering"?: _$csstype.Property.ColorRendering | undefined; "glyph-orientation-vertical"?: _$csstype.Property.GlyphOrientationVertical | undefined; }, { [x: `--${string}`]: string | number | undefined; accentColor?: _$csstype.Property.AccentColor | undefined; alignContent?: _$csstype.Property.AlignContent | undefined; alignItems?: _$csstype.Property.AlignItems | undefined; alignSelf?: _$csstype.Property.AlignSelf | undefined; alignTracks?: _$csstype.Property.AlignTracks | undefined; alignmentBaseline?: _$csstype.Property.AlignmentBaseline | undefined; anchorName?: _$csstype.Property.AnchorName | undefined; anchorScope?: _$csstype.Property.AnchorScope | undefined; animationComposition?: _$csstype.Property.AnimationComposition | undefined; animationDelay?: _$csstype.Property.AnimationDelay | undefined; animationDirection?: _$csstype.Property.AnimationDirection | undefined; animationDuration?: _$csstype.Property.AnimationDuration | undefined; animationFillMode?: _$csstype.Property.AnimationFillMode | undefined; animationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; animationName?: _$csstype.Property.AnimationName | undefined; animationPlayState?: _$csstype.Property.AnimationPlayState | undefined; animationRangeEnd?: _$csstype.Property.AnimationRangeEnd | undefined; animationRangeStart?: _$csstype.Property.AnimationRangeStart | undefined; animationTimeline?: _$csstype.Property.AnimationTimeline | undefined; animationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; appearance?: _$csstype.Property.Appearance | undefined; aspectRatio?: _$csstype.Property.AspectRatio | undefined; backdropFilter?: _$csstype.Property.BackdropFilter | undefined; backfaceVisibility?: _$csstype.Property.BackfaceVisibility | undefined; backgroundAttachment?: _$csstype.Property.BackgroundAttachment | undefined; backgroundBlendMode?: _$csstype.Property.BackgroundBlendMode | undefined; backgroundClip?: _$csstype.Property.BackgroundClip | undefined; backgroundColor?: _$csstype.Property.BackgroundColor | undefined; backgroundImage?: _$csstype.Property.BackgroundImage | undefined; backgroundOrigin?: _$csstype.Property.BackgroundOrigin | undefined; backgroundPositionX?: _$csstype.Property.BackgroundPositionX | undefined; backgroundPositionY?: _$csstype.Property.BackgroundPositionY | undefined; backgroundRepeat?: _$csstype.Property.BackgroundRepeat | undefined; backgroundSize?: _$csstype.Property.BackgroundSize | undefined; baselineShift?: _$csstype.Property.BaselineShift | undefined; blockSize?: _$csstype.Property.BlockSize | undefined; borderBlockEndColor?: _$csstype.Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: _$csstype.Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: _$csstype.Property.BorderBlockEndWidth | undefined; borderBlockStartColor?: _$csstype.Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: _$csstype.Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: _$csstype.Property.BorderBlockStartWidth | undefined; borderBottomColor?: _$csstype.Property.BorderBottomColor | undefined; borderBottomLeftRadius?: _$csstype.Property.BorderBottomLeftRadius | undefined; borderBottomRightRadius?: _$csstype.Property.BorderBottomRightRadius | undefined; borderBottomStyle?: _$csstype.Property.BorderBottomStyle | undefined; borderBottomWidth?: _$csstype.Property.BorderBottomWidth | undefined; borderCollapse?: _$csstype.Property.BorderCollapse | undefined; borderEndEndRadius?: _$csstype.Property.BorderEndEndRadius | undefined; borderEndStartRadius?: _$csstype.Property.BorderEndStartRadius | undefined; borderImageOutset?: _$csstype.Property.BorderImageOutset | undefined; borderImageRepeat?: _$csstype.Property.BorderImageRepeat | undefined; borderImageSlice?: _$csstype.Property.BorderImageSlice | undefined; borderImageSource?: _$csstype.Property.BorderImageSource | undefined; borderImageWidth?: _$csstype.Property.BorderImageWidth | undefined; borderInlineEndColor?: _$csstype.Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: _$csstype.Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: _$csstype.Property.BorderInlineEndWidth | undefined; borderInlineStartColor?: _$csstype.Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: _$csstype.Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: _$csstype.Property.BorderInlineStartWidth | undefined; borderLeftColor?: _$csstype.Property.BorderLeftColor | undefined; borderLeftStyle?: _$csstype.Property.BorderLeftStyle | undefined; borderLeftWidth?: _$csstype.Property.BorderLeftWidth | undefined; borderRightColor?: _$csstype.Property.BorderRightColor | undefined; borderRightStyle?: _$csstype.Property.BorderRightStyle | undefined; borderRightWidth?: _$csstype.Property.BorderRightWidth | undefined; borderSpacing?: _$csstype.Property.BorderSpacing | undefined; borderStartEndRadius?: _$csstype.Property.BorderStartEndRadius | undefined; borderStartStartRadius?: _$csstype.Property.BorderStartStartRadius | undefined; borderTopColor?: _$csstype.Property.BorderTopColor | undefined; borderTopLeftRadius?: _$csstype.Property.BorderTopLeftRadius | undefined; borderTopRightRadius?: _$csstype.Property.BorderTopRightRadius | undefined; borderTopStyle?: _$csstype.Property.BorderTopStyle | undefined; borderTopWidth?: _$csstype.Property.BorderTopWidth | undefined; bottom?: _$csstype.Property.Bottom | undefined; boxDecorationBreak?: _$csstype.Property.BoxDecorationBreak | undefined; boxShadow?: _$csstype.Property.BoxShadow | undefined; boxSizing?: _$csstype.Property.BoxSizing | undefined; breakAfter?: _$csstype.Property.BreakAfter | undefined; breakBefore?: _$csstype.Property.BreakBefore | undefined; breakInside?: _$csstype.Property.BreakInside | undefined; captionSide?: _$csstype.Property.CaptionSide | undefined; caretColor?: _$csstype.Property.CaretColor | undefined; caretShape?: _$csstype.Property.CaretShape | undefined; clear?: _$csstype.Property.Clear | undefined; clipPath?: _$csstype.Property.ClipPath | undefined; clipRule?: _$csstype.Property.ClipRule | undefined; color?: _$csstype.Property.Color | undefined; colorAdjust?: _$csstype.Property.PrintColorAdjust | undefined; colorInterpolationFilters?: _$csstype.Property.ColorInterpolationFilters | undefined; colorScheme?: _$csstype.Property.ColorScheme | undefined; columnCount?: _$csstype.Property.ColumnCount | undefined; columnFill?: _$csstype.Property.ColumnFill | undefined; columnGap?: _$csstype.Property.ColumnGap | undefined; columnRuleColor?: _$csstype.Property.ColumnRuleColor | undefined; columnRuleStyle?: _$csstype.Property.ColumnRuleStyle | undefined; columnRuleWidth?: _$csstype.Property.ColumnRuleWidth | undefined; columnSpan?: _$csstype.Property.ColumnSpan | undefined; columnWidth?: _$csstype.Property.ColumnWidth | undefined; contain?: _$csstype.Property.Contain | undefined; containIntrinsicBlockSize?: _$csstype.Property.ContainIntrinsicBlockSize | undefined; containIntrinsicHeight?: _$csstype.Property.ContainIntrinsicHeight | undefined; containIntrinsicInlineSize?: _$csstype.Property.ContainIntrinsicInlineSize | undefined; containIntrinsicWidth?: _$csstype.Property.ContainIntrinsicWidth | undefined; containerName?: _$csstype.Property.ContainerName | undefined; containerType?: _$csstype.Property.ContainerType | undefined; content?: _$csstype.Property.Content | undefined; contentVisibility?: _$csstype.Property.ContentVisibility | undefined; counterIncrement?: _$csstype.Property.CounterIncrement | undefined; counterReset?: _$csstype.Property.CounterReset | undefined; counterSet?: _$csstype.Property.CounterSet | undefined; cursor?: _$csstype.Property.Cursor | undefined; cx?: _$csstype.Property.Cx | undefined; cy?: _$csstype.Property.Cy | undefined; d?: _$csstype.Property.D | undefined; direction?: _$csstype.Property.Direction | undefined; display?: _$csstype.Property.Display | undefined; dominantBaseline?: _$csstype.Property.DominantBaseline | undefined; emptyCells?: _$csstype.Property.EmptyCells | undefined; fieldSizing?: _$csstype.Property.FieldSizing | undefined; fill?: _$csstype.Property.Fill | undefined; fillOpacity?: _$csstype.Property.FillOpacity | undefined; fillRule?: _$csstype.Property.FillRule | undefined; filter?: _$csstype.Property.Filter | undefined; flexBasis?: _$csstype.Property.FlexBasis | undefined; flexDirection?: _$csstype.Property.FlexDirection | undefined; flexGrow?: _$csstype.Property.FlexGrow | undefined; flexShrink?: _$csstype.Property.FlexShrink | undefined; flexWrap?: _$csstype.Property.FlexWrap | undefined; float?: _$csstype.Property.Float | undefined; floodColor?: _$csstype.Property.FloodColor | undefined; floodOpacity?: _$csstype.Property.FloodOpacity | undefined; fontFamily?: _$csstype.Property.FontFamily | undefined; fontFeatureSettings?: _$csstype.Property.FontFeatureSettings | undefined; fontKerning?: _$csstype.Property.FontKerning | undefined; fontLanguageOverride?: _$csstype.Property.FontLanguageOverride | undefined; fontOpticalSizing?: _$csstype.Property.FontOpticalSizing | undefined; fontPalette?: _$csstype.Property.FontPalette | undefined; fontSize?: _$csstype.Property.FontSize | undefined; fontSizeAdjust?: _$csstype.Property.FontSizeAdjust | undefined; fontSmooth?: _$csstype.Property.FontSmooth | undefined; fontStyle?: _$csstype.Property.FontStyle | undefined; fontSynthesis?: _$csstype.Property.FontSynthesis | undefined; fontSynthesisPosition?: _$csstype.Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: _$csstype.Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: _$csstype.Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: _$csstype.Property.FontSynthesisWeight | undefined; fontVariant?: _$csstype.Property.FontVariant | undefined; fontVariantAlternates?: _$csstype.Property.FontVariantAlternates | undefined; fontVariantCaps?: _$csstype.Property.FontVariantCaps | undefined; fontVariantEastAsian?: _$csstype.Property.FontVariantEastAsian | undefined; fontVariantEmoji?: _$csstype.Property.FontVariantEmoji | undefined; fontVariantLigatures?: _$csstype.Property.FontVariantLigatures | undefined; fontVariantNumeric?: _$csstype.Property.FontVariantNumeric | undefined; fontVariantPosition?: _$csstype.Property.FontVariantPosition | undefined; fontVariationSettings?: _$csstype.Property.FontVariationSettings | undefined; fontWeight?: _$csstype.Property.FontWeight | undefined; fontWidth?: _$csstype.Property.FontWidth | undefined; forcedColorAdjust?: _$csstype.Property.ForcedColorAdjust | undefined; gridAutoColumns?: _$csstype.Property.GridAutoColumns | undefined; gridAutoFlow?: _$csstype.Property.GridAutoFlow | undefined; gridAutoRows?: _$csstype.Property.GridAutoRows | undefined; gridColumnEnd?: _$csstype.Property.GridColumnEnd | undefined; gridColumnStart?: _$csstype.Property.GridColumnStart | undefined; gridRowEnd?: _$csstype.Property.GridRowEnd | undefined; gridRowStart?: _$csstype.Property.GridRowStart | undefined; gridTemplateAreas?: _$csstype.Property.GridTemplateAreas | undefined; gridTemplateColumns?: _$csstype.Property.GridTemplateColumns | undefined; gridTemplateRows?: _$csstype.Property.GridTemplateRows | undefined; hangingPunctuation?: _$csstype.Property.HangingPunctuation | undefined; height?: _$csstype.Property.Height | undefined; hyphenateCharacter?: _$csstype.Property.HyphenateCharacter | undefined; hyphenateLimitChars?: _$csstype.Property.HyphenateLimitChars | undefined; hyphens?: _$csstype.Property.Hyphens | undefined; imageOrientation?: _$csstype.Property.ImageOrientation | undefined; imageRendering?: _$csstype.Property.ImageRendering | undefined; imageResolution?: _$csstype.Property.ImageResolution | undefined; initialLetter?: _$csstype.Property.InitialLetter | undefined; initialLetterAlign?: _$csstype.Property.InitialLetterAlign | undefined; inlineSize?: _$csstype.Property.InlineSize | undefined; insetBlockEnd?: _$csstype.Property.InsetBlockEnd | undefined; insetBlockStart?: _$csstype.Property.InsetBlockStart | undefined; insetInlineEnd?: _$csstype.Property.InsetInlineEnd | undefined; insetInlineStart?: _$csstype.Property.InsetInlineStart | undefined; interpolateSize?: _$csstype.Property.InterpolateSize | undefined; isolation?: _$csstype.Property.Isolation | undefined; justifyContent?: _$csstype.Property.JustifyContent | undefined; justifyItems?: _$csstype.Property.JustifyItems | undefined; justifySelf?: _$csstype.Property.JustifySelf | undefined; justifyTracks?: _$csstype.Property.JustifyTracks | undefined; left?: _$csstype.Property.Left | undefined; letterSpacing?: _$csstype.Property.LetterSpacing | undefined; lightingColor?: _$csstype.Property.LightingColor | undefined; lineBreak?: _$csstype.Property.LineBreak | undefined; lineHeight?: _$csstype.Property.LineHeight | undefined; lineHeightStep?: _$csstype.Property.LineHeightStep | undefined; listStyleImage?: _$csstype.Property.ListStyleImage | undefined; listStylePosition?: _$csstype.Property.ListStylePosition | undefined; listStyleType?: _$csstype.Property.ListStyleType | undefined; marginBlockEnd?: _$csstype.Property.MarginBlockEnd | undefined; marginBlockStart?: _$csstype.Property.MarginBlockStart | undefined; marginBottom?: _$csstype.Property.MarginBottom | undefined; marginInlineEnd?: _$csstype.Property.MarginInlineEnd | undefined; marginInlineStart?: _$csstype.Property.MarginInlineStart | undefined; marginLeft?: _$csstype.Property.MarginLeft | undefined; marginRight?: _$csstype.Property.MarginRight | undefined; marginTop?: _$csstype.Property.MarginTop | undefined; marginTrim?: _$csstype.Property.MarginTrim | undefined; marker?: _$csstype.Property.Marker | undefined; markerEnd?: _$csstype.Property.MarkerEnd | undefined; markerMid?: _$csstype.Property.MarkerMid | undefined; markerStart?: _$csstype.Property.MarkerStart | undefined; maskBorderMode?: _$csstype.Property.MaskBorderMode | undefined; maskBorderOutset?: _$csstype.Property.MaskBorderOutset | undefined; maskBorderRepeat?: _$csstype.Property.MaskBorderRepeat | undefined; maskBorderSlice?: _$csstype.Property.MaskBorderSlice | undefined; maskBorderSource?: _$csstype.Property.MaskBorderSource | undefined; maskBorderWidth?: _$csstype.Property.MaskBorderWidth | undefined; maskClip?: _$csstype.Property.MaskClip | undefined; maskComposite?: _$csstype.Property.MaskComposite | undefined; maskImage?: _$csstype.Property.MaskImage | undefined; maskMode?: _$csstype.Property.MaskMode | undefined; maskOrigin?: _$csstype.Property.MaskOrigin | undefined; maskPosition?: _$csstype.Property.MaskPosition | undefined; maskRepeat?: _$csstype.Property.MaskRepeat | undefined; maskSize?: _$csstype.Property.MaskSize | undefined; maskType?: _$csstype.Property.MaskType | undefined; masonryAutoFlow?: _$csstype.Property.MasonryAutoFlow | undefined; mathDepth?: _$csstype.Property.MathDepth | undefined; mathShift?: _$csstype.Property.MathShift | undefined; mathStyle?: _$csstype.Property.MathStyle | undefined; maxBlockSize?: _$csstype.Property.MaxBlockSize | undefined; maxHeight?: _$csstype.Property.MaxHeight | undefined; maxInlineSize?: _$csstype.Property.MaxInlineSize | undefined; maxLines?: _$csstype.Property.MaxLines | undefined; maxWidth?: _$csstype.Property.MaxWidth | undefined; minBlockSize?: _$csstype.Property.MinBlockSize | undefined; minHeight?: _$csstype.Property.MinHeight | undefined; minInlineSize?: _$csstype.Property.MinInlineSize | undefined; minWidth?: _$csstype.Property.MinWidth | undefined; mixBlendMode?: _$csstype.Property.MixBlendMode | undefined; motionDistance?: _$csstype.Property.OffsetDistance | undefined; motionPath?: _$csstype.Property.OffsetPath | undefined; motionRotation?: _$csstype.Property.OffsetRotate | undefined; objectFit?: _$csstype.Property.ObjectFit | undefined; objectPosition?: _$csstype.Property.ObjectPosition | undefined; objectViewBox?: _$csstype.Property.ObjectViewBox | undefined; offsetAnchor?: _$csstype.Property.OffsetAnchor | undefined; offsetDistance?: _$csstype.Property.OffsetDistance | undefined; offsetPath?: _$csstype.Property.OffsetPath | undefined; offsetPosition?: _$csstype.Property.OffsetPosition | undefined; offsetRotate?: _$csstype.Property.OffsetRotate | undefined; offsetRotation?: _$csstype.Property.OffsetRotate | undefined; opacity?: _$csstype.Property.Opacity | undefined; order?: _$csstype.Property.Order | undefined; orphans?: _$csstype.Property.Orphans | undefined; outlineColor?: _$csstype.Property.OutlineColor | undefined; outlineOffset?: _$csstype.Property.OutlineOffset | undefined; outlineStyle?: _$csstype.Property.OutlineStyle | undefined; outlineWidth?: _$csstype.Property.OutlineWidth | undefined; overflowAnchor?: _$csstype.Property.OverflowAnchor | undefined; overflowBlock?: _$csstype.Property.OverflowBlock | undefined; overflowClipBox?: _$csstype.Property.OverflowClipBox | undefined; overflowClipMargin?: _$csstype.Property.OverflowClipMargin | undefined; overflowInline?: _$csstype.Property.OverflowInline | undefined; overflowWrap?: _$csstype.Property.OverflowWrap | undefined; overflowX?: _$csstype.Property.OverflowX | undefined; overflowY?: _$csstype.Property.OverflowY | undefined; overlay?: _$csstype.Property.Overlay | undefined; overscrollBehaviorBlock?: _$csstype.Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: _$csstype.Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: _$csstype.Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: _$csstype.Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: _$csstype.Property.PaddingBlockEnd | undefined; paddingBlockStart?: _$csstype.Property.PaddingBlockStart | undefined; paddingBottom?: _$csstype.Property.PaddingBottom | undefined; paddingInlineEnd?: _$csstype.Property.PaddingInlineEnd | undefined; paddingInlineStart?: _$csstype.Property.PaddingInlineStart | undefined; paddingLeft?: _$csstype.Property.PaddingLeft | undefined; paddingRight?: _$csstype.Property.PaddingRight | undefined; paddingTop?: _$csstype.Property.PaddingTop | undefined; page?: _$csstype.Property.Page | undefined; paintOrder?: _$csstype.Property.PaintOrder | undefined; perspective?: _$csstype.Property.Perspective | undefined; perspectiveOrigin?: _$csstype.Property.PerspectiveOrigin | undefined; pointerEvents?: _$csstype.Property.PointerEvents | undefined; position?: _$csstype.Property.Position | undefined; positionAnchor?: _$csstype.Property.PositionAnchor | undefined; positionArea?: _$csstype.Property.PositionArea | undefined; positionTryFallbacks?: _$csstype.Property.PositionTryFallbacks | undefined; positionTryOrder?: _$csstype.Property.PositionTryOrder | undefined; positionVisibility?: _$csstype.Property.PositionVisibility | undefined; printColorAdjust?: _$csstype.Property.PrintColorAdjust | undefined; quotes?: _$csstype.Property.Quotes | undefined; r?: _$csstype.Property.R | undefined; resize?: _$csstype.Property.Resize | undefined; right?: _$csstype.Property.Right | undefined; rotate?: _$csstype.Property.Rotate | undefined; rowGap?: _$csstype.Property.RowGap | undefined; rubyAlign?: _$csstype.Property.RubyAlign | undefined; rubyMerge?: _$csstype.Property.RubyMerge | undefined; rubyOverhang?: _$csstype.Property.RubyOverhang | undefined; rubyPosition?: _$csstype.Property.RubyPosition | undefined; rx?: _$csstype.Property.Rx | undefined; ry?: _$csstype.Property.Ry | undefined; scale?: _$csstype.Property.Scale | undefined; scrollBehavior?: _$csstype.Property.ScrollBehavior | undefined; scrollInitialTarget?: _$csstype.Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: _$csstype.Property.ScrollMarginBlockEnd | undefined; scrollMarginBlockStart?: _$csstype.Property.ScrollMarginBlockStart | undefined; scrollMarginBottom?: _$csstype.Property.ScrollMarginBottom | undefined; scrollMarginInlineEnd?: _$csstype.Property.ScrollMarginInlineEnd | undefined; scrollMarginInlineStart?: _$csstype.Property.ScrollMarginInlineStart | undefined; scrollMarginLeft?: _$csstype.Property.ScrollMarginLeft | undefined; scrollMarginRight?: _$csstype.Property.ScrollMarginRight | undefined; scrollMarginTop?: _$csstype.Property.ScrollMarginTop | undefined; scrollPaddingBlockEnd?: _$csstype.Property.ScrollPaddingBlockEnd | undefined; scrollPaddingBlockStart?: _$csstype.Property.ScrollPaddingBlockStart | undefined; scrollPaddingBottom?: _$csstype.Property.ScrollPaddingBottom | undefined; scrollPaddingInlineEnd?: _$csstype.Property.ScrollPaddingInlineEnd | undefined; scrollPaddingInlineStart?: _$csstype.Property.ScrollPaddingInlineStart | undefined; scrollPaddingLeft?: _$csstype.Property.ScrollPaddingLeft | undefined; scrollPaddingRight?: _$csstype.Property.ScrollPaddingRight | undefined; scrollPaddingTop?: _$csstype.Property.ScrollPaddingTop | undefined; scrollSnapAlign?: _$csstype.Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: _$csstype.Property.ScrollMarginBottom | undefined; scrollSnapMarginLeft?: _$csstype.Property.ScrollMarginLeft | undefined; scrollSnapMarginRight?: _$csstype.Property.ScrollMarginRight | undefined; scrollSnapMarginTop?: _$csstype.Property.ScrollMarginTop | undefined; scrollSnapStop?: _$csstype.Property.ScrollSnapStop | undefined; scrollSnapType?: _$csstype.Property.ScrollSnapType | undefined; scrollTimelineAxis?: _$csstype.Property.ScrollTimelineAxis | undefined; scrollTimelineName?: _$csstype.Property.ScrollTimelineName | undefined; scrollbarColor?: _$csstype.Property.ScrollbarColor | undefined; scrollbarGutter?: _$csstype.Property.ScrollbarGutter | undefined; scrollbarWidth?: _$csstype.Property.ScrollbarWidth | undefined; shapeImageThreshold?: _$csstype.Property.ShapeImageThreshold | undefined; shapeMargin?: _$csstype.Property.ShapeMargin | undefined; shapeOutside?: _$csstype.Property.ShapeOutside | undefined; shapeRendering?: _$csstype.Property.ShapeRendering | undefined; speakAs?: _$csstype.Property.SpeakAs | undefined; stopColor?: _$csstype.Property.StopColor | undefined; stopOpacity?: _$csstype.Property.StopOpacity | undefined; stroke?: _$csstype.Property.Stroke | undefined; strokeColor?: _$csstype.Property.StrokeColor | undefined; strokeDasharray?: _$csstype.Property.StrokeDasharray | undefined; strokeDashoffset?: _$csstype.Property.StrokeDashoffset | undefined; strokeLinecap?: _$csstype.Property.StrokeLinecap | undefined; strokeLinejoin?: _$csstype.Property.StrokeLinejoin | undefined; strokeMiterlimit?: _$csstype.Property.StrokeMiterlimit | undefined; strokeOpacity?: _$csstype.Property.StrokeOpacity | undefined; strokeWidth?: _$csstype.Property.StrokeWidth | undefined; tabSize?: _$csstype.Property.TabSize | undefined; tableLayout?: _$csstype.Property.TableLayout | undefined; textAlign?: _$csstype.Property.TextAlign | undefined; textAlignLast?: _$csstype.Property.TextAlignLast | undefined; textAnchor?: _$csstype.Property.TextAnchor | undefined; textAutospace?: _$csstype.Property.TextAutospace | undefined; textBox?: _$csstype.Property.TextBox | undefined; textBoxEdge?: _$csstype.Property.TextBoxEdge | undefined; textBoxTrim?: _$csstype.Property.TextBoxTrim | undefined; textCombineUpright?: _$csstype.Property.TextCombineUpright | undefined; textDecorationColor?: _$csstype.Property.TextDecorationColor | undefined; textDecorationLine?: _$csstype.Property.TextDecorationLine | undefined; textDecorationSkip?: _$csstype.Property.TextDecorationSkip | undefined; textDecorationSkipInk?: _$csstype.Property.TextDecorationSkipInk | undefined; textDecorationStyle?: _$csstype.Property.TextDecorationStyle | undefined; textDecorationThickness?: _$csstype.Property.TextDecorationThickness | undefined; textEmphasisColor?: _$csstype.Property.TextEmphasisColor | undefined; textEmphasisPosition?: _$csstype.Property.TextEmphasisPosition | undefined; textEmphasisStyle?: _$csstype.Property.TextEmphasisStyle | undefined; textIndent?: _$csstype.Property.TextIndent | undefined; textJustify?: _$csstype.Property.TextJustify | undefined; textOrientation?: _$csstype.Property.TextOrientation | undefined; textOverflow?: _$csstype.Property.TextOverflow | undefined; textRendering?: _$csstype.Property.TextRendering | undefined; textShadow?: _$csstype.Property.TextShadow | undefined; textSizeAdjust?: _$csstype.Property.TextSizeAdjust | undefined; textSpacingTrim?: _$csstype.Property.TextSpacingTrim | undefined; textTransform?: _$csstype.Property.TextTransform | undefined; textUnderlineOffset?: _$csstype.Property.TextUnderlineOffset | undefined; textUnderlinePosition?: _$csstype.Property.TextUnderlinePosition | undefined; textWrapMode?: _$csstype.Property.TextWrapMode | undefined; textWrapStyle?: _$csstype.Property.TextWrapStyle | undefined; timelineScope?: _$csstype.Property.TimelineScope | undefined; top?: _$csstype.Property.Top | undefined; touchAction?: _$csstype.Property.TouchAction | undefined; transform?: _$csstype.Property.Transform | undefined; transformBox?: _$csstype.Property.TransformBox | undefined; transformOrigin?: _$csstype.Property.TransformOrigin | undefined; transformStyle?: _$csstype.Property.TransformStyle | undefined; transitionBehavior?: _$csstype.Property.TransitionBehavior | undefined; transitionDelay?: _$csstype.Property.TransitionDelay | undefined; transitionDuration?: _$csstype.Property.TransitionDuration | undefined; transitionProperty?: _$csstype.Property.TransitionProperty | undefined; transitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; translate?: _$csstype.Property.Translate | undefined; unicodeBidi?: _$csstype.Property.UnicodeBidi | undefined; userSelect?: _$csstype.Property.UserSelect | undefined; vectorEffect?: _$csstype.Property.VectorEffect | undefined; verticalAlign?: _$csstype.Property.VerticalAlign | undefined; viewTimelineAxis?: _$csstype.Property.ViewTimelineAxis | undefined; viewTimelineInset?: _$csstype.Property.ViewTimelineInset | undefined; viewTimelineName?: _$csstype.Property.ViewTimelineName | undefined; viewTransitionClass?: _$csstype.Property.ViewTransitionClass | undefined; viewTransitionName?: _$csstype.Property.ViewTransitionName | undefined; visibility?: _$csstype.Property.Visibility | undefined; whiteSpace?: _$csstype.Property.WhiteSpace | undefined; whiteSpaceCollapse?: _$csstype.Property.WhiteSpaceCollapse | undefined; widows?: _$csstype.Property.Widows | undefined; width?: _$csstype.Property.Width | undefined; willChange?: _$csstype.Property.WillChange | undefined; wordBreak?: _$csstype.Property.WordBreak | undefined; wordSpacing?: _$csstype.Property.WordSpacing | undefined; wordWrap?: _$csstype.Property.WordWrap | undefined; writingMode?: _$csstype.Property.WritingMode | undefined; x?: _$csstype.Property.X | undefined; y?: _$csstype.Property.Y | undefined; zIndex?: _$csstype.Property.ZIndex | undefined; zoom?: _$csstype.Property.Zoom | undefined; all?: _$csstype.Globals | undefined; animation?: _$csstype.Property.Animation | undefined; animationRange?: _$csstype.Property.AnimationRange | undefined; background?: _$csstype.Property.Background | undefined; backgroundPosition?: _$csstype.Property.BackgroundPosition | undefined; border?: _$csstype.Property.Border | undefined; borderBlock?: _$csstype.Property.BorderBlock | undefined; borderBlockColor?: _$csstype.Property.BorderBlockColor | undefined; borderBlockEnd?: _$csstype.Property.BorderBlockEnd | undefined; borderBlockStart?: _$csstype.Property.BorderBlockStart | undefined; borderBlockStyle?: _$csstype.Property.BorderBlockStyle | undefined; borderBlockWidth?: _$csstype.Property.BorderBlockWidth | undefined; borderBottom?: _$csstype.Property.BorderBottom | undefined; borderColor?: _$csstype.Property.BorderColor | undefined; borderImage?: _$csstype.Property.BorderImage | undefined; borderInline?: _$csstype.Property.BorderInline | undefined; borderInlineColor?: _$csstype.Property.BorderInlineColor | undefined; borderInlineEnd?: _$csstype.Property.BorderInlineEnd | undefined; borderInlineStart?: _$csstype.Property.BorderInlineStart | undefined; borderInlineStyle?: _$csstype.Property.BorderInlineStyle | undefined; borderInlineWidth?: _$csstype.Property.BorderInlineWidth | undefined; borderLeft?: _$csstype.Property.BorderLeft | undefined; borderRadius?: _$csstype.Property.BorderRadius | undefined; borderRight?: _$csstype.Property.BorderRight | undefined; borderStyle?: _$csstype.Property.BorderStyle | undefined; borderTop?: _$csstype.Property.BorderTop | undefined; borderWidth?: _$csstype.Property.BorderWidth | undefined; caret?: _$csstype.Property.Caret | undefined; columnRule?: _$csstype.Property.ColumnRule | undefined; columns?: _$csstype.Property.Columns | undefined; containIntrinsicSize?: _$csstype.Property.ContainIntrinsicSize | undefined; container?: _$csstype.Property.Container | undefined; flex?: _$csstype.Property.Flex | undefined; flexFlow?: _$csstype.Property.FlexFlow | undefined; font?: _$csstype.Property.Font | undefined; gap?: _$csstype.Property.Gap | undefined; grid?: _$csstype.Property.Grid | undefined; gridArea?: _$csstype.Property.GridArea | undefined; gridColumn?: _$csstype.Property.GridColumn | undefined; gridRow?: _$csstype.Property.GridRow | undefined; gridTemplate?: _$csstype.Property.GridTemplate | undefined; inset?: _$csstype.Property.Inset | undefined; insetBlock?: _$csstype.Property.InsetBlock | undefined; insetInline?: _$csstype.Property.InsetInline | undefined; lineClamp?: _$csstype.Property.LineClamp | undefined; listStyle?: _$csstype.Property.ListStyle | undefined; margin?: _$csstype.Property.Margin | undefined; marginBlock?: _$csstype.Property.MarginBlock | undefined; marginInline?: _$csstype.Property.MarginInline | undefined; mask?: _$csstype.Property.Mask | undefined; maskBorder?: _$csstype.Property.MaskBorder | undefined; motion?: _$csstype.Property.Offset | undefined; offset?: _$csstype.Property.Offset | undefined; outline?: _$csstype.Property.Outline | undefined; overflow?: _$csstype.Property.Overflow | undefined; overscrollBehavior?: _$csstype.Property.OverscrollBehavior | undefined; padding?: _$csstype.Property.Padding | undefined; paddingBlock?: _$csstype.Property.PaddingBlock | undefined; paddingInline?: _$csstype.Property.PaddingInline | undefined; placeContent?: _$csstype.Property.PlaceContent | undefined; placeItems?: _$csstype.Property.PlaceItems | undefined; placeSelf?: _$csstype.Property.PlaceSelf | undefined; positionTry?: _$csstype.Property.PositionTry | undefined; scrollMargin?: _$csstype.Property.ScrollMargin | undefined; scrollMarginBlock?: _$csstype.Property.ScrollMarginBlock | undefined; scrollMarginInline?: _$csstype.Property.ScrollMarginInline | undefined; scrollPadding?: _$csstype.Property.ScrollPadding | undefined; scrollPaddingBlock?: _$csstype.Property.ScrollPaddingBlock | undefined; scrollPaddingInline?: _$csstype.Property.ScrollPaddingInline | undefined; scrollSnapMargin?: _$csstype.Property.ScrollMargin | undefined; scrollTimeline?: _$csstype.Property.ScrollTimeline | undefined; textDecoration?: _$csstype.Property.TextDecoration | undefined; textEmphasis?: _$csstype.Property.TextEmphasis | undefined; textWrap?: _$csstype.Property.TextWrap | undefined; transition?: _$csstype.Property.Transition | undefined; viewTimeline?: _$csstype.Property.ViewTimeline | undefined; MozAnimationDelay?: _$csstype.Property.AnimationDelay | undefined; MozAnimationDirection?: _$csstype.Property.AnimationDirection | undefined; MozAnimationDuration?: _$csstype.Property.AnimationDuration | undefined; MozAnimationFillMode?: _$csstype.Property.AnimationFillMode | undefined; MozAnimationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; MozAnimationName?: _$csstype.Property.AnimationName | undefined; MozAnimationPlayState?: _$csstype.Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; MozAppearance?: _$csstype.Property.MozAppearance | undefined; MozBackfaceVisibility?: _$csstype.Property.BackfaceVisibility | undefined; MozBinding?: _$csstype.Property.MozBinding | undefined; MozBorderBottomColors?: _$csstype.Property.MozBorderBottomColors | undefined; MozBorderEndColor?: _$csstype.Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: _$csstype.Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: _$csstype.Property.BorderInlineEndWidth | undefined; MozBorderLeftColors?: _$csstype.Property.MozBorderLeftColors | undefined; MozBorderRightColors?: _$csstype.Property.MozBorderRightColors | undefined; MozBorderStartColor?: _$csstype.Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: _$csstype.Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: _$csstype.Property.MozBorderTopColors | undefined; MozBoxSizing?: _$csstype.Property.BoxSizing | undefined; MozColumnRuleColor?: _$csstype.Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: _$csstype.Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: _$csstype.Property.ColumnRuleWidth | undefined; MozColumnWidth?: _$csstype.Property.ColumnWidth | undefined; MozContextProperties?: _$csstype.Property.MozContextProperties | undefined; MozFontFeatureSettings?: _$csstype.Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: _$csstype.Property.FontLanguageOverride | undefined; MozHyphens?: _$csstype.Property.Hyphens | undefined; MozMarginEnd?: _$csstype.Property.MarginInlineEnd | undefined; MozMarginStart?: _$csstype.Property.MarginInlineStart | undefined; MozOrient?: _$csstype.Property.MozOrient | undefined; MozOsxFontSmoothing?: _$csstype.Property.FontSmooth | undefined; MozOutlineRadiusBottomleft?: _$csstype.Property.MozOutlineRadiusBottomleft | undefined; MozOutlineRadiusBottomright?: _$csstype.Property.MozOutlineRadiusBottomright | undefined; MozOutlineRadiusTopleft?: _$csstype.Property.MozOutlineRadiusTopleft | undefined; MozOutlineRadiusTopright?: _$csstype.Property.MozOutlineRadiusTopright | undefined; MozPaddingEnd?: _$csstype.Property.PaddingInlineEnd | undefined; MozPaddingStart?: _$csstype.Property.PaddingInlineStart | undefined; MozPerspective?: _$csstype.Property.Perspective | undefined; MozPerspectiveOrigin?: _$csstype.Property.PerspectiveOrigin | undefined; MozStackSizing?: _$csstype.Property.MozStackSizing | undefined; MozTabSize?: _$csstype.Property.TabSize | undefined; MozTextBlink?: _$csstype.Property.MozTextBlink | undefined; MozTextSizeAdjust?: _$csstype.Property.TextSizeAdjust | undefined; MozTransform?: _$csstype.Property.Transform | undefined; MozTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; MozTransformStyle?: _$csstype.Property.TransformStyle | undefined; MozUserModify?: _$csstype.Property.MozUserModify | undefined; MozUserSelect?: _$csstype.Property.UserSelect | undefined; MozWindowDragging?: _$csstype.Property.MozWindowDragging | undefined; MozWindowShadow?: _$csstype.Property.MozWindowShadow | undefined; msAccelerator?: _$csstype.Property.MsAccelerator | undefined; msBlockProgression?: _$csstype.Property.MsBlockProgression | undefined; msContentZoomChaining?: _$csstype.Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: _$csstype.Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: _$csstype.Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: _$csstype.Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: _$csstype.Property.MsContentZoomSnapType | undefined; msContentZooming?: _$csstype.Property.MsContentZooming | undefined; msFilter?: _$csstype.Property.MsFilter | undefined; msFlexDirection?: _$csstype.Property.FlexDirection | undefined; msFlexPositive?: _$csstype.Property.FlexGrow | undefined; msFlowFrom?: _$csstype.Property.MsFlowFrom | undefined; msFlowInto?: _$csstype.Property.MsFlowInto | undefined; msGridColumns?: _$csstype.Property.MsGridColumns | undefined; msGridRows?: _$csstype.Property.MsGridRows | undefined; msHighContrastAdjust?: _$csstype.Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: _$csstype.Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: _$csstype.Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: _$csstype.Property.MsHyphenateLimitZone | undefined; msHyphens?: _$csstype.Property.Hyphens | undefined; msImeAlign?: _$csstype.Property.MsImeAlign | undefined; msLineBreak?: _$csstype.Property.LineBreak | undefined; msOrder?: _$csstype.Property.Order | undefined; msOverflowStyle?: _$csstype.Property.MsOverflowStyle | undefined; msOverflowX?: _$csstype.Property.OverflowX | undefined; msOverflowY?: _$csstype.Property.OverflowY | undefined; msScrollChaining?: _$csstype.Property.MsScrollChaining | undefined; msScrollLimitXMax?: _$csstype.Property.MsScrollLimitXMax | undefined; msScrollLimitXMin?: _$csstype.Property.MsScrollLimitXMin | undefined; msScrollLimitYMax?: _$csstype.Property.MsScrollLimitYMax | undefined; msScrollLimitYMin?: _$csstype.Property.MsScrollLimitYMin | undefined; msScrollRails?: _$csstype.Property.MsScrollRails | undefined; msScrollSnapPointsX?: _$csstype.Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: _$csstype.Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: _$csstype.Property.MsScrollSnapType | undefined; msScrollTranslation?: _$csstype.Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: _$csstype.Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: _$csstype.Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: _$csstype.Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: _$csstype.Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: _$csstype.Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: _$csstype.Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: _$csstype.Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: _$csstype.Property.MsScrollbarTrackColor | undefined; msTextAutospace?: _$csstype.Property.MsTextAutospace | undefined; msTextCombineHorizontal?: _$csstype.Property.TextCombineUpright | undefined; msTextOverflow?: _$csstype.Property.TextOverflow | undefined; msTouchAction?: _$csstype.Property.TouchAction | undefined; msTouchSelect?: _$csstype.Property.MsTouchSelect | undefined; msTransform?: _$csstype.Property.Transform | undefined; msTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; msTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; msTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; msTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; msTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; msUserSelect?: _$csstype.Property.MsUserSelect | undefined; msWordBreak?: _$csstype.Property.WordBreak | undefined; msWrapFlow?: _$csstype.Property.MsWrapFlow | undefined; msWrapMargin?: _$csstype.Property.MsWrapMargin | undefined; msWrapThrough?: _$csstype.Property.MsWrapThrough | undefined; msWritingMode?: _$csstype.Property.WritingMode | undefined; WebkitAlignContent?: _$csstype.Property.AlignContent | undefined; WebkitAlignItems?: _$csstype.Property.AlignItems | undefined; WebkitAlignSelf?: _$csstype.Property.AlignSelf | undefined; WebkitAnimationDelay?: _$csstype.Property.AnimationDelay | undefined; WebkitAnimationDirection?: _$csstype.Property.AnimationDirection | undefined; WebkitAnimationDuration?: _$csstype.Property.AnimationDuration | undefined; WebkitAnimationFillMode?: _$csstype.Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; WebkitAnimationName?: _$csstype.Property.AnimationName | undefined; WebkitAnimationPlayState?: _$csstype.Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; WebkitAppearance?: _$csstype.Property.WebkitAppearance | undefined; WebkitBackdropFilter?: _$csstype.Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: _$csstype.Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: _$csstype.Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: _$csstype.Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: _$csstype.Property.BackgroundSize | undefined; WebkitBorderBeforeColor?: _$csstype.Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: _$csstype.Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: _$csstype.Property.WebkitBorderBeforeWidth | undefined; WebkitBorderBottomLeftRadius?: _$csstype.Property.BorderBottomLeftRadius | undefined; WebkitBorderBottomRightRadius?: _$csstype.Property.BorderBottomRightRadius | undefined; WebkitBorderImageSlice?: _$csstype.Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: _$csstype.Property.BorderTopLeftRadius | undefined; WebkitBorderTopRightRadius?: _$csstype.Property.BorderTopRightRadius | undefined; WebkitBoxDecorationBreak?: _$csstype.Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: _$csstype.Property.WebkitBoxReflect | undefined; WebkitBoxShadow?: _$csstype.Property.BoxShadow | undefined; WebkitBoxSizing?: _$csstype.Property.BoxSizing | undefined; WebkitClipPath?: _$csstype.Property.ClipPath | undefined; WebkitColumnCount?: _$csstype.Property.ColumnCount | undefined; WebkitColumnFill?: _$csstype.Property.ColumnFill | undefined; WebkitColumnRuleColor?: _$csstype.Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: _$csstype.Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: _$csstype.Property.ColumnRuleWidth | undefined; WebkitColumnSpan?: _$csstype.Property.ColumnSpan | undefined; WebkitColumnWidth?: _$csstype.Property.ColumnWidth | undefined; WebkitFilter?: _$csstype.Property.Filter | undefined; WebkitFlexBasis?: _$csstype.Property.FlexBasis | undefined; WebkitFlexDirection?: _$csstype.Property.FlexDirection | undefined; WebkitFlexGrow?: _$csstype.Property.FlexGrow | undefined; WebkitFlexShrink?: _$csstype.Property.FlexShrink | undefined; WebkitFlexWrap?: _$csstype.Property.FlexWrap | undefined; WebkitFontFeatureSettings?: _$csstype.Property.FontFeatureSettings | undefined; WebkitFontKerning?: _$csstype.Property.FontKerning | undefined; WebkitFontSmoothing?: _$csstype.Property.FontSmooth | undefined; WebkitFontVariantLigatures?: _$csstype.Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: _$csstype.Property.HyphenateCharacter | undefined; WebkitHyphens?: _$csstype.Property.Hyphens | undefined; WebkitInitialLetter?: _$csstype.Property.InitialLetter | undefined; WebkitJustifyContent?: _$csstype.Property.JustifyContent | undefined; WebkitLineBreak?: _$csstype.Property.LineBreak | undefined; WebkitLineClamp?: _$csstype.Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: _$csstype.Property.BlockSize | undefined; WebkitLogicalWidth?: _$csstype.Property.InlineSize | undefined; WebkitMarginEnd?: _$csstype.Property.MarginInlineEnd | undefined; WebkitMarginStart?: _$csstype.Property.MarginInlineStart | undefined; WebkitMaskAttachment?: _$csstype.Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: _$csstype.Property.MaskBorderOutset | undefined; WebkitMaskBoxImageRepeat?: _$csstype.Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: _$csstype.Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: _$csstype.Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: _$csstype.Property.MaskBorderWidth | undefined; WebkitMaskClip?: _$csstype.Property.WebkitMaskClip | undefined; WebkitMaskComposite?: _$csstype.Property.WebkitMaskComposite | undefined; WebkitMaskImage?: _$csstype.Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: _$csstype.Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: _$csstype.Property.WebkitMaskPosition | undefined; WebkitMaskPositionX?: _$csstype.Property.WebkitMaskPositionX | undefined; WebkitMaskPositionY?: _$csstype.Property.WebkitMaskPositionY | undefined; WebkitMaskRepeat?: _$csstype.Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: _$csstype.Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: _$csstype.Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: _$csstype.Property.WebkitMaskSize | undefined; WebkitMaxInlineSize?: _$csstype.Property.MaxInlineSize | undefined; WebkitOrder?: _$csstype.Property.Order | undefined; WebkitOverflowScrolling?: _$csstype.Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: _$csstype.Property.PaddingInlineEnd | undefined; WebkitPaddingStart?: _$csstype.Property.PaddingInlineStart | undefined; WebkitPerspective?: _$csstype.Property.Perspective | undefined; WebkitPerspectiveOrigin?: _$csstype.Property.PerspectiveOrigin | undefined; WebkitPrintColorAdjust?: _$csstype.Property.PrintColorAdjust | undefined; WebkitRubyPosition?: _$csstype.Property.RubyPosition | undefined; WebkitScrollSnapType?: _$csstype.Property.ScrollSnapType | undefined; WebkitShapeMargin?: _$csstype.Property.ShapeMargin | undefined; WebkitTapHighlightColor?: _$csstype.Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: _$csstype.Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: _$csstype.Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: _$csstype.Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: _$csstype.Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: _$csstype.Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: _$csstype.Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: _$csstype.Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: _$csstype.Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: _$csstype.Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: _$csstype.Property.TextOrientation | undefined; WebkitTextSizeAdjust?: _$csstype.Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: _$csstype.Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: _$csstype.Property.WebkitTextStrokeWidth | undefined; WebkitTextUnderlinePosition?: _$csstype.Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: _$csstype.Property.WebkitTouchCallout | undefined; WebkitTransform?: _$csstype.Property.Transform | undefined; WebkitTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; WebkitTransformStyle?: _$csstype.Property.TransformStyle | undefined; WebkitTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; WebkitTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; WebkitTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; WebkitUserModify?: _$csstype.Property.WebkitUserModify | undefined; WebkitUserSelect?: _$csstype.Property.WebkitUserSelect | undefined; WebkitWritingMode?: _$csstype.Property.WritingMode | undefined; MozAnimation?: _$csstype.Property.Animation | undefined; MozBorderImage?: _$csstype.Property.BorderImage | undefined; MozColumnRule?: _$csstype.Property.ColumnRule | undefined; MozColumns?: _$csstype.Property.Columns | undefined; MozOutlineRadius?: _$csstype.Property.MozOutlineRadius | undefined; MozTransition?: _$csstype.Property.Transition | undefined; msContentZoomLimit?: _$csstype.Property.MsContentZoomLimit | undefined; msContentZoomSnap?: _$csstype.Property.MsContentZoomSnap | undefined; msFlex?: _$csstype.Property.Flex | undefined; msScrollLimit?: _$csstype.Property.MsScrollLimit | undefined; msScrollSnapX?: _$csstype.Property.MsScrollSnapX | undefined; msScrollSnapY?: _$csstype.Property.MsScrollSnapY | undefined; msTransition?: _$csstype.Property.Transition | undefined; WebkitAnimation?: _$csstype.Property.Animation | undefined; WebkitBorderBefore?: _$csstype.Property.WebkitBorderBefore | undefined; WebkitBorderImage?: _$csstype.Property.BorderImage | undefined; WebkitBorderRadius?: _$csstype.Property.BorderRadius | undefined; WebkitColumnRule?: _$csstype.Property.ColumnRule | undefined; WebkitColumns?: _$csstype.Property.Columns | undefined; WebkitFlex?: _$csstype.Property.Flex | undefined; WebkitFlexFlow?: _$csstype.Property.FlexFlow | undefined; WebkitMask?: _$csstype.Property.WebkitMask | undefined; WebkitMaskBoxImage?: _$csstype.Property.MaskBorder | undefined; WebkitTextEmphasis?: _$csstype.Property.TextEmphasis | undefined; WebkitTextStroke?: _$csstype.Property.WebkitTextStroke | undefined; WebkitTransition?: _$csstype.Property.Transition | undefined; boxAlign?: _$csstype.Property.BoxAlign | undefined; boxDirection?: _$csstype.Property.BoxDirection | undefined; boxFlex?: _$csstype.Property.BoxFlex | undefined; boxFlexGroup?: _$csstype.Property.BoxFlexGroup | undefined; boxLines?: _$csstype.Property.BoxLines | undefined; boxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; boxOrient?: _$csstype.Property.BoxOrient | undefined; boxPack?: _$csstype.Property.BoxPack | undefined; clip?: _$csstype.Property.Clip | undefined; fontStretch?: _$csstype.Property.FontStretch | undefined; gridColumnGap?: _$csstype.Property.GridColumnGap | undefined; gridGap?: _$csstype.Property.GridGap | undefined; gridRowGap?: _$csstype.Property.GridRowGap | undefined; imeMode?: _$csstype.Property.ImeMode | undefined; insetArea?: _$csstype.Property.PositionArea | undefined; offsetBlock?: _$csstype.Property.InsetBlock | undefined; offsetBlockEnd?: _$csstype.Property.InsetBlockEnd | undefined; offsetBlockStart?: _$csstype.Property.InsetBlockStart | undefined; offsetInline?: _$csstype.Property.InsetInline | undefined; offsetInlineEnd?: _$csstype.Property.InsetInlineEnd | undefined; offsetInlineStart?: _$csstype.Property.InsetInlineStart | undefined; pageBreakAfter?: _$csstype.Property.PageBreakAfter | undefined; pageBreakBefore?: _$csstype.Property.PageBreakBefore | undefined; pageBreakInside?: _$csstype.Property.PageBreakInside | undefined; positionTryOptions?: _$csstype.Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: _$csstype.Property.ScrollSnapCoordinate | undefined; scrollSnapDestination?: _$csstype.Property.ScrollSnapDestination | undefined; scrollSnapPointsX?: _$csstype.Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: _$csstype.Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: _$csstype.Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: _$csstype.Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: _$csstype.Property.BoxAlign | undefined; KhtmlBoxDirection?: _$csstype.Property.BoxDirection | undefined; KhtmlBoxFlex?: _$csstype.Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: _$csstype.Property.BoxFlexGroup | undefined; KhtmlBoxLines?: _$csstype.Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: _$csstype.Property.BoxOrient | undefined; KhtmlBoxPack?: _$csstype.Property.BoxPack | undefined; KhtmlLineBreak?: _$csstype.Property.LineBreak | undefined; KhtmlOpacity?: _$csstype.Property.Opacity | undefined; KhtmlUserSelect?: _$csstype.Property.UserSelect | undefined; MozBackgroundClip?: _$csstype.Property.BackgroundClip | undefined; MozBackgroundOrigin?: _$csstype.Property.BackgroundOrigin | undefined; MozBackgroundSize?: _$csstype.Property.BackgroundSize | undefined; MozBorderRadius?: _$csstype.Property.BorderRadius | undefined; MozBorderRadiusBottomleft?: _$csstype.Property.BorderBottomLeftRadius | undefined; MozBorderRadiusBottomright?: _$csstype.Property.BorderBottomRightRadius | undefined; MozBorderRadiusTopleft?: _$csstype.Property.BorderTopLeftRadius | undefined; MozBorderRadiusTopright?: _$csstype.Property.BorderTopRightRadius | undefined; MozBoxAlign?: _$csstype.Property.BoxAlign | undefined; MozBoxDirection?: _$csstype.Property.BoxDirection | undefined; MozBoxFlex?: _$csstype.Property.BoxFlex | undefined; MozBoxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; MozBoxOrient?: _$csstype.Property.BoxOrient | undefined; MozBoxPack?: _$csstype.Property.BoxPack | undefined; MozBoxShadow?: _$csstype.Property.BoxShadow | undefined; MozColumnCount?: _$csstype.Property.ColumnCount | undefined; MozColumnFill?: _$csstype.Property.ColumnFill | undefined; MozFloatEdge?: _$csstype.Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: _$csstype.Property.MozForceBrokenImageIcon | undefined; MozOpacity?: _$csstype.Property.Opacity | undefined; MozOutline?: _$csstype.Property.Outline | undefined; MozOutlineColor?: _$csstype.Property.OutlineColor | undefined; MozOutlineStyle?: _$csstype.Property.OutlineStyle | undefined; MozOutlineWidth?: _$csstype.Property.OutlineWidth | undefined; MozTextAlignLast?: _$csstype.Property.TextAlignLast | undefined; MozTextDecorationColor?: _$csstype.Property.TextDecorationColor | undefined; MozTextDecorationLine?: _$csstype.Property.TextDecorationLine | undefined; MozTextDecorationStyle?: _$csstype.Property.TextDecorationStyle | undefined; MozTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; MozTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; MozTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; MozTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; MozUserFocus?: _$csstype.Property.MozUserFocus | undefined; MozUserInput?: _$csstype.Property.MozUserInput | undefined; msImeMode?: _$csstype.Property.ImeMode | undefined; OAnimation?: _$csstype.Property.Animation | undefined; OAnimationDelay?: _$csstype.Property.AnimationDelay | undefined; OAnimationDirection?: _$csstype.Property.AnimationDirection | undefined; OAnimationDuration?: _$csstype.Property.AnimationDuration | undefined; OAnimationFillMode?: _$csstype.Property.AnimationFillMode | undefined; OAnimationIterationCount?: _$csstype.Property.AnimationIterationCount | undefined; OAnimationName?: _$csstype.Property.AnimationName | undefined; OAnimationPlayState?: _$csstype.Property.AnimationPlayState | undefined; OAnimationTimingFunction?: _$csstype.Property.AnimationTimingFunction | undefined; OBackgroundSize?: _$csstype.Property.BackgroundSize | undefined; OBorderImage?: _$csstype.Property.BorderImage | undefined; OObjectFit?: _$csstype.Property.ObjectFit | undefined; OObjectPosition?: _$csstype.Property.ObjectPosition | undefined; OTabSize?: _$csstype.Property.TabSize | undefined; OTextOverflow?: _$csstype.Property.TextOverflow | undefined; OTransform?: _$csstype.Property.Transform | undefined; OTransformOrigin?: _$csstype.Property.TransformOrigin | undefined; OTransition?: _$csstype.Property.Transition | undefined; OTransitionDelay?: _$csstype.Property.TransitionDelay | undefined; OTransitionDuration?: _$csstype.Property.TransitionDuration | undefined; OTransitionProperty?: _$csstype.Property.TransitionProperty | undefined; OTransitionTimingFunction?: _$csstype.Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: _$csstype.Property.BoxAlign | undefined; WebkitBoxDirection?: _$csstype.Property.BoxDirection | undefined; WebkitBoxFlex?: _$csstype.Property.BoxFlex | undefined; WebkitBoxFlexGroup?: _$csstype.Property.BoxFlexGroup | undefined; WebkitBoxLines?: _$csstype.Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: _$csstype.Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: _$csstype.Property.BoxOrient | undefined; WebkitBoxPack?: _$csstype.Property.BoxPack | undefined; colorInterpolation?: _$csstype.Property.ColorInterpolation | undefined; colorRendering?: _$csstype.Property.ColorRendering | undefined; glyphOrientationVertical?: _$csstype.Property.GlyphOrientationVertical | undefined; "accent-color"?: _$csstype.Property.AccentColor | undefined; "align-content"?: _$csstype.Property.AlignContent | undefined; "align-items"?: _$csstype.Property.AlignItems | undefined; "align-self"?: _$csstype.Property.AlignSelf | undefined; "align-tracks"?: _$csstype.Property.AlignTracks | undefined; "alignment-baseline"?: _$csstype.Property.AlignmentBaseline | undefined; "anchor-name"?: _$csstype.Property.AnchorName | undefined; "anchor-scope"?: _$csstype.Property.AnchorScope | undefined; "animation-composition"?: _$csstype.Property.AnimationComposition | undefined; "animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "animation-name"?: _$csstype.Property.AnimationName | undefined; "animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "animation-range-end"?: _$csstype.Property.AnimationRangeEnd | undefined; "animation-range-start"?: _$csstype.Property.AnimationRangeStart | undefined; "animation-timeline"?: _$csstype.Property.AnimationTimeline | undefined; "animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "aspect-ratio"?: _$csstype.Property.AspectRatio | undefined; "backdrop-filter"?: _$csstype.Property.BackdropFilter | undefined; "backface-visibility"?: _$csstype.Property.BackfaceVisibility | undefined; "background-attachment"?: _$csstype.Property.BackgroundAttachment | undefined; "background-blend-mode"?: _$csstype.Property.BackgroundBlendMode | undefined; "background-clip"?: _$csstype.Property.BackgroundClip | undefined; "background-color"?: _$csstype.Property.BackgroundColor | undefined; "background-image"?: _$csstype.Property.BackgroundImage | undefined; "background-origin"?: _$csstype.Property.BackgroundOrigin | undefined; "background-position-x"?: _$csstype.Property.BackgroundPositionX | undefined; "background-position-y"?: _$csstype.Property.BackgroundPositionY | undefined; "background-repeat"?: _$csstype.Property.BackgroundRepeat | undefined; "background-size"?: _$csstype.Property.BackgroundSize | undefined; "baseline-shift"?: _$csstype.Property.BaselineShift | undefined; "block-size"?: _$csstype.Property.BlockSize | undefined; "border-block-end-color"?: _$csstype.Property.BorderBlockEndColor | undefined; "border-block-end-style"?: _$csstype.Property.BorderBlockEndStyle | undefined; "border-block-end-width"?: _$csstype.Property.BorderBlockEndWidth | undefined; "border-block-start-color"?: _$csstype.Property.BorderBlockStartColor | undefined; "border-block-start-style"?: _$csstype.Property.BorderBlockStartStyle | undefined; "border-block-start-width"?: _$csstype.Property.BorderBlockStartWidth | undefined; "border-bottom-color"?: _$csstype.Property.BorderBottomColor | undefined; "border-bottom-left-radius"?: _$csstype.Property.BorderBottomLeftRadius | undefined; "border-bottom-right-radius"?: _$csstype.Property.BorderBottomRightRadius | undefined; "border-bottom-style"?: _$csstype.Property.BorderBottomStyle | undefined; "border-bottom-width"?: _$csstype.Property.BorderBottomWidth | undefined; "border-collapse"?: _$csstype.Property.BorderCollapse | undefined; "border-end-end-radius"?: _$csstype.Property.BorderEndEndRadius | undefined; "border-end-start-radius"?: _$csstype.Property.BorderEndStartRadius | undefined; "border-image-outset"?: _$csstype.Property.BorderImageOutset | undefined; "border-image-repeat"?: _$csstype.Property.BorderImageRepeat | undefined; "border-image-slice"?: _$csstype.Property.BorderImageSlice | undefined; "border-image-source"?: _$csstype.Property.BorderImageSource | undefined; "border-image-width"?: _$csstype.Property.BorderImageWidth | undefined; "border-inline-end-color"?: _$csstype.Property.BorderInlineEndColor | undefined; "border-inline-end-style"?: _$csstype.Property.BorderInlineEndStyle | undefined; "border-inline-end-width"?: _$csstype.Property.BorderInlineEndWidth | undefined; "border-inline-start-color"?: _$csstype.Property.BorderInlineStartColor | undefined; "border-inline-start-style"?: _$csstype.Property.BorderInlineStartStyle | undefined; "border-inline-start-width"?: _$csstype.Property.BorderInlineStartWidth | undefined; "border-left-color"?: _$csstype.Property.BorderLeftColor | undefined; "border-left-style"?: _$csstype.Property.BorderLeftStyle | undefined; "border-left-width"?: _$csstype.Property.BorderLeftWidth | undefined; "border-right-color"?: _$csstype.Property.BorderRightColor | undefined; "border-right-style"?: _$csstype.Property.BorderRightStyle | undefined; "border-right-width"?: _$csstype.Property.BorderRightWidth | undefined; "border-spacing"?: _$csstype.Property.BorderSpacing | undefined; "border-start-end-radius"?: _$csstype.Property.BorderStartEndRadius | undefined; "border-start-start-radius"?: _$csstype.Property.BorderStartStartRadius | undefined; "border-top-color"?: _$csstype.Property.BorderTopColor | undefined; "border-top-left-radius"?: _$csstype.Property.BorderTopLeftRadius | undefined; "border-top-right-radius"?: _$csstype.Property.BorderTopRightRadius | undefined; "border-top-style"?: _$csstype.Property.BorderTopStyle | undefined; "border-top-width"?: _$csstype.Property.BorderTopWidth | undefined; "box-decoration-break"?: _$csstype.Property.BoxDecorationBreak | undefined; "box-shadow"?: _$csstype.Property.BoxShadow | undefined; "box-sizing"?: _$csstype.Property.BoxSizing | undefined; "break-after"?: _$csstype.Property.BreakAfter | undefined; "break-before"?: _$csstype.Property.BreakBefore | undefined; "break-inside"?: _$csstype.Property.BreakInside | undefined; "caption-side"?: _$csstype.Property.CaptionSide | undefined; "caret-color"?: _$csstype.Property.CaretColor | undefined; "caret-shape"?: _$csstype.Property.CaretShape | undefined; "clip-path"?: _$csstype.Property.ClipPath | undefined; "clip-rule"?: _$csstype.Property.ClipRule | undefined; "color-adjust"?: _$csstype.Property.PrintColorAdjust | undefined; "color-interpolation-filters"?: _$csstype.Property.ColorInterpolationFilters | undefined; "color-scheme"?: _$csstype.Property.ColorScheme | undefined; "column-count"?: _$csstype.Property.ColumnCount | undefined; "column-fill"?: _$csstype.Property.ColumnFill | undefined; "column-gap"?: _$csstype.Property.ColumnGap | undefined; "column-rule-color"?: _$csstype.Property.ColumnRuleColor | undefined; "column-rule-style"?: _$csstype.Property.ColumnRuleStyle | undefined; "column-rule-width"?: _$csstype.Property.ColumnRuleWidth | undefined; "column-span"?: _$csstype.Property.ColumnSpan | undefined; "column-width"?: _$csstype.Property.ColumnWidth | undefined; "contain-intrinsic-block-size"?: _$csstype.Property.ContainIntrinsicBlockSize | undefined; "contain-intrinsic-height"?: _$csstype.Property.ContainIntrinsicHeight | undefined; "contain-intrinsic-inline-size"?: _$csstype.Property.ContainIntrinsicInlineSize | undefined; "contain-intrinsic-width"?: _$csstype.Property.ContainIntrinsicWidth | undefined; "container-name"?: _$csstype.Property.ContainerName | undefined; "container-type"?: _$csstype.Property.ContainerType | undefined; "content-visibility"?: _$csstype.Property.ContentVisibility | undefined; "counter-increment"?: _$csstype.Property.CounterIncrement | undefined; "counter-reset"?: _$csstype.Property.CounterReset | undefined; "counter-set"?: _$csstype.Property.CounterSet | undefined; "dominant-baseline"?: _$csstype.Property.DominantBaseline | undefined; "empty-cells"?: _$csstype.Property.EmptyCells | undefined; "field-sizing"?: _$csstype.Property.FieldSizing | undefined; "fill-opacity"?: _$csstype.Property.FillOpacity | undefined; "fill-rule"?: _$csstype.Property.FillRule | undefined; "flex-basis"?: _$csstype.Property.FlexBasis | undefined; "flex-direction"?: _$csstype.Property.FlexDirection | undefined; "flex-grow"?: _$csstype.Property.FlexGrow | undefined; "flex-shrink"?: _$csstype.Property.FlexShrink | undefined; "flex-wrap"?: _$csstype.Property.FlexWrap | undefined; "flood-color"?: _$csstype.Property.FloodColor | undefined; "flood-opacity"?: _$csstype.Property.FloodOpacity | undefined; "font-family"?: _$csstype.Property.FontFamily | undefined; "font-feature-settings"?: _$csstype.Property.FontFeatureSettings | undefined; "font-kerning"?: _$csstype.Property.FontKerning | undefined; "font-language-override"?: _$csstype.Property.FontLanguageOverride | undefined; "font-optical-sizing"?: _$csstype.Property.FontOpticalSizing | undefined; "font-palette"?: _$csstype.Property.FontPalette | undefined; "font-size"?: _$csstype.Property.FontSize | undefined; "font-size-adjust"?: _$csstype.Property.FontSizeAdjust | undefined; "font-smooth"?: _$csstype.Property.FontSmooth | undefined; "font-style"?: _$csstype.Property.FontStyle | undefined; "font-synthesis"?: _$csstype.Property.FontSynthesis | undefined; "font-synthesis-position"?: _$csstype.Property.FontSynthesisPosition | undefined; "font-synthesis-small-caps"?: _$csstype.Property.FontSynthesisSmallCaps | undefined; "font-synthesis-style"?: _$csstype.Property.FontSynthesisStyle | undefined; "font-synthesis-weight"?: _$csstype.Property.FontSynthesisWeight | undefined; "font-variant"?: _$csstype.Property.FontVariant | undefined; "font-variant-alternates"?: _$csstype.Property.FontVariantAlternates | undefined; "font-variant-caps"?: _$csstype.Property.FontVariantCaps | undefined; "font-variant-east-asian"?: _$csstype.Property.FontVariantEastAsian | undefined; "font-variant-emoji"?: _$csstype.Property.FontVariantEmoji | undefined; "font-variant-ligatures"?: _$csstype.Property.FontVariantLigatures | undefined; "font-variant-numeric"?: _$csstype.Property.FontVariantNumeric | undefined; "font-variant-position"?: _$csstype.Property.FontVariantPosition | undefined; "font-variation-settings"?: _$csstype.Property.FontVariationSettings | undefined; "font-weight"?: _$csstype.Property.FontWeight | undefined; "font-width"?: _$csstype.Property.FontWidth | undefined; "forced-color-adjust"?: _$csstype.Property.ForcedColorAdjust | undefined; "grid-auto-columns"?: _$csstype.Property.GridAutoColumns | undefined; "grid-auto-flow"?: _$csstype.Property.GridAutoFlow | undefined; "grid-auto-rows"?: _$csstype.Property.GridAutoRows | undefined; "grid-column-end"?: _$csstype.Property.GridColumnEnd | undefined; "grid-column-start"?: _$csstype.Property.GridColumnStart | undefined; "grid-row-end"?: _$csstype.Property.GridRowEnd | undefined; "grid-row-start"?: _$csstype.Property.GridRowStart | undefined; "grid-template-areas"?: _$csstype.Property.GridTemplateAreas | undefined; "grid-template-columns"?: _$csstype.Property.GridTemplateColumns | undefined; "grid-template-rows"?: _$csstype.Property.GridTemplateRows | undefined; "hanging-punctuation"?: _$csstype.Property.HangingPunctuation | undefined; "hyphenate-character"?: _$csstype.Property.HyphenateCharacter | undefined; "hyphenate-limit-chars"?: _$csstype.Property.HyphenateLimitChars | undefined; "image-orientation"?: _$csstype.Property.ImageOrientation | undefined; "image-rendering"?: _$csstype.Property.ImageRendering | undefined; "image-resolution"?: _$csstype.Property.ImageResolution | undefined; "initial-letter"?: _$csstype.Property.InitialLetter | undefined; "initial-letter-align"?: _$csstype.Property.InitialLetterAlign | undefined; "inline-size"?: _$csstype.Property.InlineSize | undefined; "inset-block-end"?: _$csstype.Property.InsetBlockEnd | undefined; "inset-block-start"?: _$csstype.Property.InsetBlockStart | undefined; "inset-inline-end"?: _$csstype.Property.InsetInlineEnd | undefined; "inset-inline-start"?: _$csstype.Property.InsetInlineStart | undefined; "interpolate-size"?: _$csstype.Property.InterpolateSize | undefined; "justify-content"?: _$csstype.Property.JustifyContent | undefined; "justify-items"?: _$csstype.Property.JustifyItems | undefined; "justify-self"?: _$csstype.Property.JustifySelf | undefined; "justify-tracks"?: _$csstype.Property.JustifyTracks | undefined; "letter-spacing"?: _$csstype.Property.LetterSpacing | undefined; "lighting-color"?: _$csstype.Property.LightingColor | undefined; "line-break"?: _$csstype.Property.LineBreak | undefined; "line-height"?: _$csstype.Property.LineHeight | undefined; "line-height-step"?: _$csstype.Property.LineHeightStep | undefined; "list-style-image"?: _$csstype.Property.ListStyleImage | undefined; "list-style-position"?: _$csstype.Property.ListStylePosition | undefined; "list-style-type"?: _$csstype.Property.ListStyleType | undefined; "margin-block-end"?: _$csstype.Property.MarginBlockEnd | undefined; "margin-block-start"?: _$csstype.Property.MarginBlockStart | undefined; "margin-bottom"?: _$csstype.Property.MarginBottom | undefined; "margin-inline-end"?: _$csstype.Property.MarginInlineEnd | undefined; "margin-inline-start"?: _$csstype.Property.MarginInlineStart | undefined; "margin-left"?: _$csstype.Property.MarginLeft | undefined; "margin-right"?: _$csstype.Property.MarginRight | undefined; "margin-top"?: _$csstype.Property.MarginTop | undefined; "margin-trim"?: _$csstype.Property.MarginTrim | undefined; "marker-end"?: _$csstype.Property.MarkerEnd | undefined; "marker-mid"?: _$csstype.Property.MarkerMid | undefined; "marker-start"?: _$csstype.Property.MarkerStart | undefined; "mask-border-mode"?: _$csstype.Property.MaskBorderMode | undefined; "mask-border-outset"?: _$csstype.Property.MaskBorderOutset | undefined; "mask-border-repeat"?: _$csstype.Property.MaskBorderRepeat | undefined; "mask-border-slice"?: _$csstype.Property.MaskBorderSlice | undefined; "mask-border-source"?: _$csstype.Property.MaskBorderSource | undefined; "mask-border-width"?: _$csstype.Property.MaskBorderWidth | undefined; "mask-clip"?: _$csstype.Property.MaskClip | undefined; "mask-composite"?: _$csstype.Property.MaskComposite | undefined; "mask-image"?: _$csstype.Property.MaskImage | undefined; "mask-mode"?: _$csstype.Property.MaskMode | undefined; "mask-origin"?: _$csstype.Property.MaskOrigin | undefined; "mask-position"?: _$csstype.Property.MaskPosition | undefined; "mask-repeat"?: _$csstype.Property.MaskRepeat | undefined; "mask-size"?: _$csstype.Property.MaskSize | undefined; "mask-type"?: _$csstype.Property.MaskType | undefined; "masonry-auto-flow"?: _$csstype.Property.MasonryAutoFlow | undefined; "math-depth"?: _$csstype.Property.MathDepth | undefined; "math-shift"?: _$csstype.Property.MathShift | undefined; "math-style"?: _$csstype.Property.MathStyle | undefined; "max-block-size"?: _$csstype.Property.MaxBlockSize | undefined; "max-height"?: _$csstype.Property.MaxHeight | undefined; "max-inline-size"?: _$csstype.Property.MaxInlineSize | undefined; "max-lines"?: _$csstype.Property.MaxLines | undefined; "max-width"?: _$csstype.Property.MaxWidth | undefined; "min-block-size"?: _$csstype.Property.MinBlockSize | undefined; "min-height"?: _$csstype.Property.MinHeight | undefined; "min-inline-size"?: _$csstype.Property.MinInlineSize | undefined; "min-width"?: _$csstype.Property.MinWidth | undefined; "mix-blend-mode"?: _$csstype.Property.MixBlendMode | undefined; "motion-distance"?: _$csstype.Property.OffsetDistance | undefined; "motion-path"?: _$csstype.Property.OffsetPath | undefined; "motion-rotation"?: _$csstype.Property.OffsetRotate | undefined; "object-fit"?: _$csstype.Property.ObjectFit | undefined; "object-position"?: _$csstype.Property.ObjectPosition | undefined; "object-view-box"?: _$csstype.Property.ObjectViewBox | undefined; "offset-anchor"?: _$csstype.Property.OffsetAnchor | undefined; "offset-distance"?: _$csstype.Property.OffsetDistance | undefined; "offset-path"?: _$csstype.Property.OffsetPath | undefined; "offset-position"?: _$csstype.Property.OffsetPosition | undefined; "offset-rotate"?: _$csstype.Property.OffsetRotate | undefined; "offset-rotation"?: _$csstype.Property.OffsetRotate | undefined; "outline-color"?: _$csstype.Property.OutlineColor | undefined; "outline-offset"?: _$csstype.Property.OutlineOffset | undefined; "outline-style"?: _$csstype.Property.OutlineStyle | undefined; "outline-width"?: _$csstype.Property.OutlineWidth | undefined; "overflow-anchor"?: _$csstype.Property.OverflowAnchor | undefined; "overflow-block"?: _$csstype.Property.OverflowBlock | undefined; "overflow-clip-box"?: _$csstype.Property.OverflowClipBox | undefined; "overflow-clip-margin"?: _$csstype.Property.OverflowClipMargin | undefined; "overflow-inline"?: _$csstype.Property.OverflowInline | undefined; "overflow-wrap"?: _$csstype.Property.OverflowWrap | undefined; "overflow-x"?: _$csstype.Property.OverflowX | undefined; "overflow-y"?: _$csstype.Property.OverflowY | undefined; "overscroll-behavior-block"?: _$csstype.Property.OverscrollBehaviorBlock | undefined; "overscroll-behavior-inline"?: _$csstype.Property.OverscrollBehaviorInline | undefined; "overscroll-behavior-x"?: _$csstype.Property.OverscrollBehaviorX | undefined; "overscroll-behavior-y"?: _$csstype.Property.OverscrollBehaviorY | undefined; "padding-block-end"?: _$csstype.Property.PaddingBlockEnd | undefined; "padding-block-start"?: _$csstype.Property.PaddingBlockStart | undefined; "padding-bottom"?: _$csstype.Property.PaddingBottom | undefined; "padding-inline-end"?: _$csstype.Property.PaddingInlineEnd | undefined; "padding-inline-start"?: _$csstype.Property.PaddingInlineStart | undefined; "padding-left"?: _$csstype.Property.PaddingLeft | undefined; "padding-right"?: _$csstype.Property.PaddingRight | undefined; "padding-top"?: _$csstype.Property.PaddingTop | undefined; "paint-order"?: _$csstype.Property.PaintOrder | undefined; "perspective-origin"?: _$csstype.Property.PerspectiveOrigin | undefined; "pointer-events"?: _$csstype.Property.PointerEvents | undefined; "position-anchor"?: _$csstype.Property.PositionAnchor | undefined; "position-area"?: _$csstype.Property.PositionArea | undefined; "position-try-fallbacks"?: _$csstype.Property.PositionTryFallbacks | undefined; "position-try-order"?: _$csstype.Property.PositionTryOrder | undefined; "position-visibility"?: _$csstype.Property.PositionVisibility | undefined; "print-color-adjust"?: _$csstype.Property.PrintColorAdjust | undefined; "row-gap"?: _$csstype.Property.RowGap | undefined; "ruby-align"?: _$csstype.Property.RubyAlign | undefined; "ruby-merge"?: _$csstype.Property.RubyMerge | undefined; "ruby-overhang"?: _$csstype.Property.RubyOverhang | undefined; "ruby-position"?: _$csstype.Property.RubyPosition | undefined; "scroll-behavior"?: _$csstype.Property.ScrollBehavior | undefined; "scroll-initial-target"?: _$csstype.Property.ScrollInitialTarget | undefined; "scroll-margin-block-end"?: _$csstype.Property.ScrollMarginBlockEnd | undefined; "scroll-margin-block-start"?: _$csstype.Property.ScrollMarginBlockStart | undefined; "scroll-margin-bottom"?: _$csstype.Property.ScrollMarginBottom | undefined; "scroll-margin-inline-end"?: _$csstype.Property.ScrollMarginInlineEnd | undefined; "scroll-margin-inline-start"?: _$csstype.Property.ScrollMarginInlineStart | undefined; "scroll-margin-left"?: _$csstype.Property.ScrollMarginLeft | undefined; "scroll-margin-right"?: _$csstype.Property.ScrollMarginRight | undefined; "scroll-margin-top"?: _$csstype.Property.ScrollMarginTop | undefined; "scroll-padding-block-end"?: _$csstype.Property.ScrollPaddingBlockEnd | undefined; "scroll-padding-block-start"?: _$csstype.Property.ScrollPaddingBlockStart | undefined; "scroll-padding-bottom"?: _$csstype.Property.ScrollPaddingBottom | undefined; "scroll-padding-inline-end"?: _$csstype.Property.ScrollPaddingInlineEnd | undefined; "scroll-padding-inline-start"?: _$csstype.Property.ScrollPaddingInlineStart | undefined; "scroll-padding-left"?: _$csstype.Property.ScrollPaddingLeft | undefined; "scroll-padding-right"?: _$csstype.Property.ScrollPaddingRight | undefined; "scroll-padding-top"?: _$csstype.Property.ScrollPaddingTop | undefined; "scroll-snap-align"?: _$csstype.Property.ScrollSnapAlign | undefined; "scroll-snap-margin-bottom"?: _$csstype.Property.ScrollMarginBottom | undefined; "scroll-snap-margin-left"?: _$csstype.Property.ScrollMarginLeft | undefined; "scroll-snap-margin-right"?: _$csstype.Property.ScrollMarginRight | undefined; "scroll-snap-margin-top"?: _$csstype.Property.ScrollMarginTop | undefined; "scroll-snap-stop"?: _$csstype.Property.ScrollSnapStop | undefined; "scroll-snap-type"?: _$csstype.Property.ScrollSnapType | undefined; "scroll-timeline-axis"?: _$csstype.Property.ScrollTimelineAxis | undefined; "scroll-timeline-name"?: _$csstype.Property.ScrollTimelineName | undefined; "scrollbar-color"?: _$csstype.Property.ScrollbarColor | undefined; "scrollbar-gutter"?: _$csstype.Property.ScrollbarGutter | undefined; "scrollbar-width"?: _$csstype.Property.ScrollbarWidth | undefined; "shape-image-threshold"?: _$csstype.Property.ShapeImageThreshold | undefined; "shape-margin"?: _$csstype.Property.ShapeMargin | undefined; "shape-outside"?: _$csstype.Property.ShapeOutside | undefined; "shape-rendering"?: _$csstype.Property.ShapeRendering | undefined; "speak-as"?: _$csstype.Property.SpeakAs | undefined; "stop-color"?: _$csstype.Property.StopColor | undefined; "stop-opacity"?: _$csstype.Property.StopOpacity | undefined; "stroke-color"?: _$csstype.Property.StrokeColor | undefined; "stroke-dasharray"?: _$csstype.Property.StrokeDasharray | undefined; "stroke-dashoffset"?: _$csstype.Property.StrokeDashoffset | undefined; "stroke-linecap"?: _$csstype.Property.StrokeLinecap | undefined; "stroke-linejoin"?: _$csstype.Property.StrokeLinejoin | undefined; "stroke-miterlimit"?: _$csstype.Property.StrokeMiterlimit | undefined; "stroke-opacity"?: _$csstype.Property.StrokeOpacity | undefined; "stroke-width"?: _$csstype.Property.StrokeWidth | undefined; "tab-size"?: _$csstype.Property.TabSize | undefined; "table-layout"?: _$csstype.Property.TableLayout | undefined; "text-align"?: _$csstype.Property.TextAlign | undefined; "text-align-last"?: _$csstype.Property.TextAlignLast | undefined; "text-anchor"?: _$csstype.Property.TextAnchor | undefined; "text-autospace"?: _$csstype.Property.TextAutospace | undefined; "text-box"?: _$csstype.Property.TextBox | undefined; "text-box-edge"?: _$csstype.Property.TextBoxEdge | undefined; "text-box-trim"?: _$csstype.Property.TextBoxTrim | undefined; "text-combine-upright"?: _$csstype.Property.TextCombineUpright | undefined; "text-decoration-color"?: _$csstype.Property.TextDecorationColor | undefined; "text-decoration-line"?: _$csstype.Property.TextDecorationLine | undefined; "text-decoration-skip"?: _$csstype.Property.TextDecorationSkip | undefined; "text-decoration-skip-ink"?: _$csstype.Property.TextDecorationSkipInk | undefined; "text-decoration-style"?: _$csstype.Property.TextDecorationStyle | undefined; "text-decoration-thickness"?: _$csstype.Property.TextDecorationThickness | undefined; "text-emphasis-color"?: _$csstype.Property.TextEmphasisColor | undefined; "text-emphasis-position"?: _$csstype.Property.TextEmphasisPosition | undefined; "text-emphasis-style"?: _$csstype.Property.TextEmphasisStyle | undefined; "text-indent"?: _$csstype.Property.TextIndent | undefined; "text-justify"?: _$csstype.Property.TextJustify | undefined; "text-orientation"?: _$csstype.Property.TextOrientation | undefined; "text-overflow"?: _$csstype.Property.TextOverflow | undefined; "text-rendering"?: _$csstype.Property.TextRendering | undefined; "text-shadow"?: _$csstype.Property.TextShadow | undefined; "text-size-adjust"?: _$csstype.Property.TextSizeAdjust | undefined; "text-spacing-trim"?: _$csstype.Property.TextSpacingTrim | undefined; "text-transform"?: _$csstype.Property.TextTransform | undefined; "text-underline-offset"?: _$csstype.Property.TextUnderlineOffset | undefined; "text-underline-position"?: _$csstype.Property.TextUnderlinePosition | undefined; "text-wrap-mode"?: _$csstype.Property.TextWrapMode | undefined; "text-wrap-style"?: _$csstype.Property.TextWrapStyle | undefined; "timeline-scope"?: _$csstype.Property.TimelineScope | undefined; "touch-action"?: _$csstype.Property.TouchAction | undefined; "transform-box"?: _$csstype.Property.TransformBox | undefined; "transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "transform-style"?: _$csstype.Property.TransformStyle | undefined; "transition-behavior"?: _$csstype.Property.TransitionBehavior | undefined; "transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "transition-property"?: _$csstype.Property.TransitionProperty | undefined; "transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "unicode-bidi"?: _$csstype.Property.UnicodeBidi | undefined; "user-select"?: _$csstype.Property.UserSelect | undefined; "vector-effect"?: _$csstype.Property.VectorEffect | undefined; "vertical-align"?: _$csstype.Property.VerticalAlign | undefined; "view-timeline-axis"?: _$csstype.Property.ViewTimelineAxis | undefined; "view-timeline-inset"?: _$csstype.Property.ViewTimelineInset | undefined; "view-timeline-name"?: _$csstype.Property.ViewTimelineName | undefined; "view-transition-class"?: _$csstype.Property.ViewTransitionClass | undefined; "view-transition-name"?: _$csstype.Property.ViewTransitionName | undefined; "white-space"?: _$csstype.Property.WhiteSpace | undefined; "white-space-collapse"?: _$csstype.Property.WhiteSpaceCollapse | undefined; "will-change"?: _$csstype.Property.WillChange | undefined; "word-break"?: _$csstype.Property.WordBreak | undefined; "word-spacing"?: _$csstype.Property.WordSpacing | undefined; "word-wrap"?: _$csstype.Property.WordWrap | undefined; "writing-mode"?: _$csstype.Property.WritingMode | undefined; "z-index"?: _$csstype.Property.ZIndex | undefined; "animation-range"?: _$csstype.Property.AnimationRange | undefined; "background-position"?: _$csstype.Property.BackgroundPosition | undefined; "border-block"?: _$csstype.Property.BorderBlock | undefined; "border-block-color"?: _$csstype.Property.BorderBlockColor | undefined; "border-block-end"?: _$csstype.Property.BorderBlockEnd | undefined; "border-block-start"?: _$csstype.Property.BorderBlockStart | undefined; "border-block-style"?: _$csstype.Property.BorderBlockStyle | undefined; "border-block-width"?: _$csstype.Property.BorderBlockWidth | undefined; "border-bottom"?: _$csstype.Property.BorderBottom | undefined; "border-color"?: _$csstype.Property.BorderColor | undefined; "border-image"?: _$csstype.Property.BorderImage | undefined; "border-inline"?: _$csstype.Property.BorderInline | undefined; "border-inline-color"?: _$csstype.Property.BorderInlineColor | undefined; "border-inline-end"?: _$csstype.Property.BorderInlineEnd | undefined; "border-inline-start"?: _$csstype.Property.BorderInlineStart | undefined; "border-inline-style"?: _$csstype.Property.BorderInlineStyle | undefined; "border-inline-width"?: _$csstype.Property.BorderInlineWidth | undefined; "border-left"?: _$csstype.Property.BorderLeft | undefined; "border-radius"?: _$csstype.Property.BorderRadius | undefined; "border-right"?: _$csstype.Property.BorderRight | undefined; "border-style"?: _$csstype.Property.BorderStyle | undefined; "border-top"?: _$csstype.Property.BorderTop | undefined; "border-width"?: _$csstype.Property.BorderWidth | undefined; "column-rule"?: _$csstype.Property.ColumnRule | undefined; "contain-intrinsic-size"?: _$csstype.Property.ContainIntrinsicSize | undefined; "flex-flow"?: _$csstype.Property.FlexFlow | undefined; "grid-area"?: _$csstype.Property.GridArea | undefined; "grid-column"?: _$csstype.Property.GridColumn | undefined; "grid-row"?: _$csstype.Property.GridRow | undefined; "grid-template"?: _$csstype.Property.GridTemplate | undefined; "inset-block"?: _$csstype.Property.InsetBlock | undefined; "inset-inline"?: _$csstype.Property.InsetInline | undefined; "line-clamp"?: _$csstype.Property.LineClamp | undefined; "list-style"?: _$csstype.Property.ListStyle | undefined; "margin-block"?: _$csstype.Property.MarginBlock | undefined; "margin-inline"?: _$csstype.Property.MarginInline | undefined; "mask-border"?: _$csstype.Property.MaskBorder | undefined; "overscroll-behavior"?: _$csstype.Property.OverscrollBehavior | undefined; "padding-block"?: _$csstype.Property.PaddingBlock | undefined; "padding-inline"?: _$csstype.Property.PaddingInline | undefined; "place-content"?: _$csstype.Property.PlaceContent | undefined; "place-items"?: _$csstype.Property.PlaceItems | undefined; "place-self"?: _$csstype.Property.PlaceSelf | undefined; "position-try"?: _$csstype.Property.PositionTry | undefined; "scroll-margin"?: _$csstype.Property.ScrollMargin | undefined; "scroll-margin-block"?: _$csstype.Property.ScrollMarginBlock | undefined; "scroll-margin-inline"?: _$csstype.Property.ScrollMarginInline | undefined; "scroll-padding"?: _$csstype.Property.ScrollPadding | undefined; "scroll-padding-block"?: _$csstype.Property.ScrollPaddingBlock | undefined; "scroll-padding-inline"?: _$csstype.Property.ScrollPaddingInline | undefined; "scroll-snap-margin"?: _$csstype.Property.ScrollMargin | undefined; "scroll-timeline"?: _$csstype.Property.ScrollTimeline | undefined; "text-decoration"?: _$csstype.Property.TextDecoration | undefined; "text-emphasis"?: _$csstype.Property.TextEmphasis | undefined; "text-wrap"?: _$csstype.Property.TextWrap | undefined; "view-timeline"?: _$csstype.Property.ViewTimeline | undefined; "-moz-animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "-moz-animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "-moz-animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "-moz-animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "-moz-animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "-moz-animation-name"?: _$csstype.Property.AnimationName | undefined; "-moz-animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "-moz-animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "-moz-appearance"?: _$csstype.Property.MozAppearance | undefined; "-moz-backface-visibility"?: _$csstype.Property.BackfaceVisibility | undefined; "-moz-binding"?: _$csstype.Property.MozBinding | undefined; "-moz-border-bottom-colors"?: _$csstype.Property.MozBorderBottomColors | undefined; "-moz-border-end-color"?: _$csstype.Property.BorderInlineEndColor | undefined; "-moz-border-end-style"?: _$csstype.Property.BorderInlineEndStyle | undefined; "-moz-border-end-width"?: _$csstype.Property.BorderInlineEndWidth | undefined; "-moz-border-left-colors"?: _$csstype.Property.MozBorderLeftColors | undefined; "-moz-border-right-colors"?: _$csstype.Property.MozBorderRightColors | undefined; "-moz-border-start-color"?: _$csstype.Property.BorderInlineStartColor | undefined; "-moz-border-start-style"?: _$csstype.Property.BorderInlineStartStyle | undefined; "-moz-border-top-colors"?: _$csstype.Property.MozBorderTopColors | undefined; "-moz-box-sizing"?: _$csstype.Property.BoxSizing | undefined; "-moz-column-rule-color"?: _$csstype.Property.ColumnRuleColor | undefined; "-moz-column-rule-style"?: _$csstype.Property.ColumnRuleStyle | undefined; "-moz-column-rule-width"?: _$csstype.Property.ColumnRuleWidth | undefined; "-moz-column-width"?: _$csstype.Property.ColumnWidth | undefined; "-moz-context-properties"?: _$csstype.Property.MozContextProperties | undefined; "-moz-font-feature-settings"?: _$csstype.Property.FontFeatureSettings | undefined; "-moz-font-language-override"?: _$csstype.Property.FontLanguageOverride | undefined; "-moz-hyphens"?: _$csstype.Property.Hyphens | undefined; "-moz-margin-end"?: _$csstype.Property.MarginInlineEnd | undefined; "-moz-margin-start"?: _$csstype.Property.MarginInlineStart | undefined; "-moz-orient"?: _$csstype.Property.MozOrient | undefined; "-moz-osx-font-smoothing"?: _$csstype.Property.FontSmooth | undefined; "-moz-outline-radius-bottomleft"?: _$csstype.Property.MozOutlineRadiusBottomleft | undefined; "-moz-outline-radius-bottomright"?: _$csstype.Property.MozOutlineRadiusBottomright | undefined; "-moz-outline-radius-topleft"?: _$csstype.Property.MozOutlineRadiusTopleft | undefined; "-moz-outline-radius-topright"?: _$csstype.Property.MozOutlineRadiusTopright | undefined; "-moz-padding-end"?: _$csstype.Property.PaddingInlineEnd | undefined; "-moz-padding-start"?: _$csstype.Property.PaddingInlineStart | undefined; "-moz-perspective"?: _$csstype.Property.Perspective | undefined; "-moz-perspective-origin"?: _$csstype.Property.PerspectiveOrigin | undefined; "-moz-stack-sizing"?: _$csstype.Property.MozStackSizing | undefined; "-moz-tab-size"?: _$csstype.Property.TabSize | undefined; "-moz-text-blink"?: _$csstype.Property.MozTextBlink | undefined; "-moz-text-size-adjust"?: _$csstype.Property.TextSizeAdjust | undefined; "-moz-transform"?: _$csstype.Property.Transform | undefined; "-moz-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-moz-transform-style"?: _$csstype.Property.TransformStyle | undefined; "-moz-user-modify"?: _$csstype.Property.MozUserModify | undefined; "-moz-user-select"?: _$csstype.Property.UserSelect | undefined; "-moz-window-dragging"?: _$csstype.Property.MozWindowDragging | undefined; "-moz-window-shadow"?: _$csstype.Property.MozWindowShadow | undefined; "-ms-accelerator"?: _$csstype.Property.MsAccelerator | undefined; "-ms-block-progression"?: _$csstype.Property.MsBlockProgression | undefined; "-ms-content-zoom-chaining"?: _$csstype.Property.MsContentZoomChaining | undefined; "-ms-content-zoom-limit-max"?: _$csstype.Property.MsContentZoomLimitMax | undefined; "-ms-content-zoom-limit-min"?: _$csstype.Property.MsContentZoomLimitMin | undefined; "-ms-content-zoom-snap-points"?: _$csstype.Property.MsContentZoomSnapPoints | undefined; "-ms-content-zoom-snap-type"?: _$csstype.Property.MsContentZoomSnapType | undefined; "-ms-content-zooming"?: _$csstype.Property.MsContentZooming | undefined; "-ms-filter"?: _$csstype.Property.MsFilter | undefined; "-ms-flex-direction"?: _$csstype.Property.FlexDirection | undefined; "-ms-flex-positive"?: _$csstype.Property.FlexGrow | undefined; "-ms-flow-from"?: _$csstype.Property.MsFlowFrom | undefined; "-ms-flow-into"?: _$csstype.Property.MsFlowInto | undefined; "-ms-grid-columns"?: _$csstype.Property.MsGridColumns | undefined; "-ms-grid-rows"?: _$csstype.Property.MsGridRows | undefined; "-ms-high-contrast-adjust"?: _$csstype.Property.MsHighContrastAdjust | undefined; "-ms-hyphenate-limit-chars"?: _$csstype.Property.MsHyphenateLimitChars | undefined; "-ms-hyphenate-limit-lines"?: _$csstype.Property.MsHyphenateLimitLines | undefined; "-ms-hyphenate-limit-zone"?: _$csstype.Property.MsHyphenateLimitZone | undefined; "-ms-hyphens"?: _$csstype.Property.Hyphens | undefined; "-ms-ime-align"?: _$csstype.Property.MsImeAlign | undefined; "-ms-line-break"?: _$csstype.Property.LineBreak | undefined; "-ms-order"?: _$csstype.Property.Order | undefined; "-ms-overflow-style"?: _$csstype.Property.MsOverflowStyle | undefined; "-ms-overflow-x"?: _$csstype.Property.OverflowX | undefined; "-ms-overflow-y"?: _$csstype.Property.OverflowY | undefined; "-ms-scroll-chaining"?: _$csstype.Property.MsScrollChaining | undefined; "-ms-scroll-limit-x-max"?: _$csstype.Property.MsScrollLimitXMax | undefined; "-ms-scroll-limit-x-min"?: _$csstype.Property.MsScrollLimitXMin | undefined; "-ms-scroll-limit-y-max"?: _$csstype.Property.MsScrollLimitYMax | undefined; "-ms-scroll-limit-y-min"?: _$csstype.Property.MsScrollLimitYMin | undefined; "-ms-scroll-rails"?: _$csstype.Property.MsScrollRails | undefined; "-ms-scroll-snap-points-x"?: _$csstype.Property.MsScrollSnapPointsX | undefined; "-ms-scroll-snap-points-y"?: _$csstype.Property.MsScrollSnapPointsY | undefined; "-ms-scroll-snap-type"?: _$csstype.Property.MsScrollSnapType | undefined; "-ms-scroll-translation"?: _$csstype.Property.MsScrollTranslation | undefined; "-ms-scrollbar-3dlight-color"?: _$csstype.Property.MsScrollbar3dlightColor | undefined; "-ms-scrollbar-arrow-color"?: _$csstype.Property.MsScrollbarArrowColor | undefined; "-ms-scrollbar-base-color"?: _$csstype.Property.MsScrollbarBaseColor | undefined; "-ms-scrollbar-darkshadow-color"?: _$csstype.Property.MsScrollbarDarkshadowColor | undefined; "-ms-scrollbar-face-color"?: _$csstype.Property.MsScrollbarFaceColor | undefined; "-ms-scrollbar-highlight-color"?: _$csstype.Property.MsScrollbarHighlightColor | undefined; "-ms-scrollbar-shadow-color"?: _$csstype.Property.MsScrollbarShadowColor | undefined; "-ms-scrollbar-track-color"?: _$csstype.Property.MsScrollbarTrackColor | undefined; "-ms-text-autospace"?: _$csstype.Property.MsTextAutospace | undefined; "-ms-text-combine-horizontal"?: _$csstype.Property.TextCombineUpright | undefined; "-ms-text-overflow"?: _$csstype.Property.TextOverflow | undefined; "-ms-touch-action"?: _$csstype.Property.TouchAction | undefined; "-ms-touch-select"?: _$csstype.Property.MsTouchSelect | undefined; "-ms-transform"?: _$csstype.Property.Transform | undefined; "-ms-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-ms-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-ms-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-ms-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-ms-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-ms-user-select"?: _$csstype.Property.MsUserSelect | undefined; "-ms-word-break"?: _$csstype.Property.WordBreak | undefined; "-ms-wrap-flow"?: _$csstype.Property.MsWrapFlow | undefined; "-ms-wrap-margin"?: _$csstype.Property.MsWrapMargin | undefined; "-ms-wrap-through"?: _$csstype.Property.MsWrapThrough | undefined; "-ms-writing-mode"?: _$csstype.Property.WritingMode | undefined; "-webkit-align-content"?: _$csstype.Property.AlignContent | undefined; "-webkit-align-items"?: _$csstype.Property.AlignItems | undefined; "-webkit-align-self"?: _$csstype.Property.AlignSelf | undefined; "-webkit-animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "-webkit-animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "-webkit-animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "-webkit-animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "-webkit-animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "-webkit-animation-name"?: _$csstype.Property.AnimationName | undefined; "-webkit-animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "-webkit-animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "-webkit-appearance"?: _$csstype.Property.WebkitAppearance | undefined; "-webkit-backdrop-filter"?: _$csstype.Property.BackdropFilter | undefined; "-webkit-backface-visibility"?: _$csstype.Property.BackfaceVisibility | undefined; "-webkit-background-clip"?: _$csstype.Property.BackgroundClip | undefined; "-webkit-background-origin"?: _$csstype.Property.BackgroundOrigin | undefined; "-webkit-background-size"?: _$csstype.Property.BackgroundSize | undefined; "-webkit-border-before-color"?: _$csstype.Property.WebkitBorderBeforeColor | undefined; "-webkit-border-before-style"?: _$csstype.Property.WebkitBorderBeforeStyle | undefined; "-webkit-border-before-width"?: _$csstype.Property.WebkitBorderBeforeWidth | undefined; "-webkit-border-bottom-left-radius"?: _$csstype.Property.BorderBottomLeftRadius | undefined; "-webkit-border-bottom-right-radius"?: _$csstype.Property.BorderBottomRightRadius | undefined; "-webkit-border-image-slice"?: _$csstype.Property.BorderImageSlice | undefined; "-webkit-border-top-left-radius"?: _$csstype.Property.BorderTopLeftRadius | undefined; "-webkit-border-top-right-radius"?: _$csstype.Property.BorderTopRightRadius | undefined; "-webkit-box-decoration-break"?: _$csstype.Property.BoxDecorationBreak | undefined; "-webkit-box-reflect"?: _$csstype.Property.WebkitBoxReflect | undefined; "-webkit-box-shadow"?: _$csstype.Property.BoxShadow | undefined; "-webkit-box-sizing"?: _$csstype.Property.BoxSizing | undefined; "-webkit-clip-path"?: _$csstype.Property.ClipPath | undefined; "-webkit-column-count"?: _$csstype.Property.ColumnCount | undefined; "-webkit-column-fill"?: _$csstype.Property.ColumnFill | undefined; "-webkit-column-rule-color"?: _$csstype.Property.ColumnRuleColor | undefined; "-webkit-column-rule-style"?: _$csstype.Property.ColumnRuleStyle | undefined; "-webkit-column-rule-width"?: _$csstype.Property.ColumnRuleWidth | undefined; "-webkit-column-span"?: _$csstype.Property.ColumnSpan | undefined; "-webkit-column-width"?: _$csstype.Property.ColumnWidth | undefined; "-webkit-filter"?: _$csstype.Property.Filter | undefined; "-webkit-flex-basis"?: _$csstype.Property.FlexBasis | undefined; "-webkit-flex-direction"?: _$csstype.Property.FlexDirection | undefined; "-webkit-flex-grow"?: _$csstype.Property.FlexGrow | undefined; "-webkit-flex-shrink"?: _$csstype.Property.FlexShrink | undefined; "-webkit-flex-wrap"?: _$csstype.Property.FlexWrap | undefined; "-webkit-font-feature-settings"?: _$csstype.Property.FontFeatureSettings | undefined; "-webkit-font-kerning"?: _$csstype.Property.FontKerning | undefined; "-webkit-font-smoothing"?: _$csstype.Property.FontSmooth | undefined; "-webkit-font-variant-ligatures"?: _$csstype.Property.FontVariantLigatures | undefined; "-webkit-hyphenate-character"?: _$csstype.Property.HyphenateCharacter | undefined; "-webkit-hyphens"?: _$csstype.Property.Hyphens | undefined; "-webkit-initial-letter"?: _$csstype.Property.InitialLetter | undefined; "-webkit-justify-content"?: _$csstype.Property.JustifyContent | undefined; "-webkit-line-break"?: _$csstype.Property.LineBreak | undefined; "-webkit-line-clamp"?: _$csstype.Property.WebkitLineClamp | undefined; "-webkit-logical-height"?: _$csstype.Property.BlockSize | undefined; "-webkit-logical-width"?: _$csstype.Property.InlineSize | undefined; "-webkit-margin-end"?: _$csstype.Property.MarginInlineEnd | undefined; "-webkit-margin-start"?: _$csstype.Property.MarginInlineStart | undefined; "-webkit-mask-attachment"?: _$csstype.Property.WebkitMaskAttachment | undefined; "-webkit-mask-box-image-outset"?: _$csstype.Property.MaskBorderOutset | undefined; "-webkit-mask-box-image-repeat"?: _$csstype.Property.MaskBorderRepeat | undefined; "-webkit-mask-box-image-slice"?: _$csstype.Property.MaskBorderSlice | undefined; "-webkit-mask-box-image-source"?: _$csstype.Property.MaskBorderSource | undefined; "-webkit-mask-box-image-width"?: _$csstype.Property.MaskBorderWidth | undefined; "-webkit-mask-clip"?: _$csstype.Property.WebkitMaskClip | undefined; "-webkit-mask-composite"?: _$csstype.Property.WebkitMaskComposite | undefined; "-webkit-mask-image"?: _$csstype.Property.WebkitMaskImage | undefined; "-webkit-mask-origin"?: _$csstype.Property.WebkitMaskOrigin | undefined; "-webkit-mask-position"?: _$csstype.Property.WebkitMaskPosition | undefined; "-webkit-mask-position-x"?: _$csstype.Property.WebkitMaskPositionX | undefined; "-webkit-mask-position-y"?: _$csstype.Property.WebkitMaskPositionY | undefined; "-webkit-mask-repeat"?: _$csstype.Property.WebkitMaskRepeat | undefined; "-webkit-mask-repeat-x"?: _$csstype.Property.WebkitMaskRepeatX | undefined; "-webkit-mask-repeat-y"?: _$csstype.Property.WebkitMaskRepeatY | undefined; "-webkit-mask-size"?: _$csstype.Property.WebkitMaskSize | undefined; "-webkit-max-inline-size"?: _$csstype.Property.MaxInlineSize | undefined; "-webkit-order"?: _$csstype.Property.Order | undefined; "-webkit-overflow-scrolling"?: _$csstype.Property.WebkitOverflowScrolling | undefined; "-webkit-padding-end"?: _$csstype.Property.PaddingInlineEnd | undefined; "-webkit-padding-start"?: _$csstype.Property.PaddingInlineStart | undefined; "-webkit-perspective"?: _$csstype.Property.Perspective | undefined; "-webkit-perspective-origin"?: _$csstype.Property.PerspectiveOrigin | undefined; "-webkit-print-color-adjust"?: _$csstype.Property.PrintColorAdjust | undefined; "-webkit-ruby-position"?: _$csstype.Property.RubyPosition | undefined; "-webkit-scroll-snap-type"?: _$csstype.Property.ScrollSnapType | undefined; "-webkit-shape-margin"?: _$csstype.Property.ShapeMargin | undefined; "-webkit-tap-highlight-color"?: _$csstype.Property.WebkitTapHighlightColor | undefined; "-webkit-text-combine"?: _$csstype.Property.TextCombineUpright | undefined; "-webkit-text-decoration-color"?: _$csstype.Property.TextDecorationColor | undefined; "-webkit-text-decoration-line"?: _$csstype.Property.TextDecorationLine | undefined; "-webkit-text-decoration-skip"?: _$csstype.Property.TextDecorationSkip | undefined; "-webkit-text-decoration-style"?: _$csstype.Property.TextDecorationStyle | undefined; "-webkit-text-emphasis-color"?: _$csstype.Property.TextEmphasisColor | undefined; "-webkit-text-emphasis-position"?: _$csstype.Property.TextEmphasisPosition | undefined; "-webkit-text-emphasis-style"?: _$csstype.Property.TextEmphasisStyle | undefined; "-webkit-text-fill-color"?: _$csstype.Property.WebkitTextFillColor | undefined; "-webkit-text-orientation"?: _$csstype.Property.TextOrientation | undefined; "-webkit-text-size-adjust"?: _$csstype.Property.TextSizeAdjust | undefined; "-webkit-text-stroke-color"?: _$csstype.Property.WebkitTextStrokeColor | undefined; "-webkit-text-stroke-width"?: _$csstype.Property.WebkitTextStrokeWidth | undefined; "-webkit-text-underline-position"?: _$csstype.Property.TextUnderlinePosition | undefined; "-webkit-touch-callout"?: _$csstype.Property.WebkitTouchCallout | undefined; "-webkit-transform"?: _$csstype.Property.Transform | undefined; "-webkit-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-webkit-transform-style"?: _$csstype.Property.TransformStyle | undefined; "-webkit-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-webkit-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-webkit-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-webkit-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-webkit-user-modify"?: _$csstype.Property.WebkitUserModify | undefined; "-webkit-user-select"?: _$csstype.Property.WebkitUserSelect | undefined; "-webkit-writing-mode"?: _$csstype.Property.WritingMode | undefined; "-moz-animation"?: _$csstype.Property.Animation | undefined; "-moz-border-image"?: _$csstype.Property.BorderImage | undefined; "-moz-column-rule"?: _$csstype.Property.ColumnRule | undefined; "-moz-columns"?: _$csstype.Property.Columns | undefined; "-moz-outline-radius"?: _$csstype.Property.MozOutlineRadius | undefined; "-moz-transition"?: _$csstype.Property.Transition | undefined; "-ms-content-zoom-limit"?: _$csstype.Property.MsContentZoomLimit | undefined; "-ms-content-zoom-snap"?: _$csstype.Property.MsContentZoomSnap | undefined; "-ms-flex"?: _$csstype.Property.Flex | undefined; "-ms-scroll-limit"?: _$csstype.Property.MsScrollLimit | undefined; "-ms-scroll-snap-x"?: _$csstype.Property.MsScrollSnapX | undefined; "-ms-scroll-snap-y"?: _$csstype.Property.MsScrollSnapY | undefined; "-ms-transition"?: _$csstype.Property.Transition | undefined; "-webkit-animation"?: _$csstype.Property.Animation | undefined; "-webkit-border-before"?: _$csstype.Property.WebkitBorderBefore | undefined; "-webkit-border-image"?: _$csstype.Property.BorderImage | undefined; "-webkit-border-radius"?: _$csstype.Property.BorderRadius | undefined; "-webkit-column-rule"?: _$csstype.Property.ColumnRule | undefined; "-webkit-columns"?: _$csstype.Property.Columns | undefined; "-webkit-flex"?: _$csstype.Property.Flex | undefined; "-webkit-flex-flow"?: _$csstype.Property.FlexFlow | undefined; "-webkit-mask"?: _$csstype.Property.WebkitMask | undefined; "-webkit-mask-box-image"?: _$csstype.Property.MaskBorder | undefined; "-webkit-text-emphasis"?: _$csstype.Property.TextEmphasis | undefined; "-webkit-text-stroke"?: _$csstype.Property.WebkitTextStroke | undefined; "-webkit-transition"?: _$csstype.Property.Transition | undefined; "box-align"?: _$csstype.Property.BoxAlign | undefined; "box-direction"?: _$csstype.Property.BoxDirection | undefined; "box-flex"?: _$csstype.Property.BoxFlex | undefined; "box-flex-group"?: _$csstype.Property.BoxFlexGroup | undefined; "box-lines"?: _$csstype.Property.BoxLines | undefined; "box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "box-orient"?: _$csstype.Property.BoxOrient | undefined; "box-pack"?: _$csstype.Property.BoxPack | undefined; "font-stretch"?: _$csstype.Property.FontStretch | undefined; "grid-column-gap"?: _$csstype.Property.GridColumnGap | undefined; "grid-gap"?: _$csstype.Property.GridGap | undefined; "grid-row-gap"?: _$csstype.Property.GridRowGap | undefined; "ime-mode"?: _$csstype.Property.ImeMode | undefined; "inset-area"?: _$csstype.Property.PositionArea | undefined; "offset-block"?: _$csstype.Property.InsetBlock | undefined; "offset-block-end"?: _$csstype.Property.InsetBlockEnd | undefined; "offset-block-start"?: _$csstype.Property.InsetBlockStart | undefined; "offset-inline"?: _$csstype.Property.InsetInline | undefined; "offset-inline-end"?: _$csstype.Property.InsetInlineEnd | undefined; "offset-inline-start"?: _$csstype.Property.InsetInlineStart | undefined; "page-break-after"?: _$csstype.Property.PageBreakAfter | undefined; "page-break-before"?: _$csstype.Property.PageBreakBefore | undefined; "page-break-inside"?: _$csstype.Property.PageBreakInside | undefined; "position-try-options"?: _$csstype.Property.PositionTryFallbacks | undefined; "scroll-snap-coordinate"?: _$csstype.Property.ScrollSnapCoordinate | undefined; "scroll-snap-destination"?: _$csstype.Property.ScrollSnapDestination | undefined; "scroll-snap-points-x"?: _$csstype.Property.ScrollSnapPointsX | undefined; "scroll-snap-points-y"?: _$csstype.Property.ScrollSnapPointsY | undefined; "scroll-snap-type-x"?: _$csstype.Property.ScrollSnapTypeX | undefined; "scroll-snap-type-y"?: _$csstype.Property.ScrollSnapTypeY | undefined; "-khtml-box-align"?: _$csstype.Property.BoxAlign | undefined; "-khtml-box-direction"?: _$csstype.Property.BoxDirection | undefined; "-khtml-box-flex"?: _$csstype.Property.BoxFlex | undefined; "-khtml-box-flex-group"?: _$csstype.Property.BoxFlexGroup | undefined; "-khtml-box-lines"?: _$csstype.Property.BoxLines | undefined; "-khtml-box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "-khtml-box-orient"?: _$csstype.Property.BoxOrient | undefined; "-khtml-box-pack"?: _$csstype.Property.BoxPack | undefined; "-khtml-line-break"?: _$csstype.Property.LineBreak | undefined; "-khtml-opacity"?: _$csstype.Property.Opacity | undefined; "-khtml-user-select"?: _$csstype.Property.UserSelect | undefined; "-moz-background-clip"?: _$csstype.Property.BackgroundClip | undefined; "-moz-background-origin"?: _$csstype.Property.BackgroundOrigin | undefined; "-moz-background-size"?: _$csstype.Property.BackgroundSize | undefined; "-moz-border-radius"?: _$csstype.Property.BorderRadius | undefined; "-moz-border-radius-bottomleft"?: _$csstype.Property.BorderBottomLeftRadius | undefined; "-moz-border-radius-bottomright"?: _$csstype.Property.BorderBottomRightRadius | undefined; "-moz-border-radius-topleft"?: _$csstype.Property.BorderTopLeftRadius | undefined; "-moz-border-radius-topright"?: _$csstype.Property.BorderTopRightRadius | undefined; "-moz-box-align"?: _$csstype.Property.BoxAlign | undefined; "-moz-box-direction"?: _$csstype.Property.BoxDirection | undefined; "-moz-box-flex"?: _$csstype.Property.BoxFlex | undefined; "-moz-box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "-moz-box-orient"?: _$csstype.Property.BoxOrient | undefined; "-moz-box-pack"?: _$csstype.Property.BoxPack | undefined; "-moz-box-shadow"?: _$csstype.Property.BoxShadow | undefined; "-moz-column-count"?: _$csstype.Property.ColumnCount | undefined; "-moz-column-fill"?: _$csstype.Property.ColumnFill | undefined; "-moz-float-edge"?: _$csstype.Property.MozFloatEdge | undefined; "-moz-force-broken-image-icon"?: _$csstype.Property.MozForceBrokenImageIcon | undefined; "-moz-opacity"?: _$csstype.Property.Opacity | undefined; "-moz-outline"?: _$csstype.Property.Outline | undefined; "-moz-outline-color"?: _$csstype.Property.OutlineColor | undefined; "-moz-outline-style"?: _$csstype.Property.OutlineStyle | undefined; "-moz-outline-width"?: _$csstype.Property.OutlineWidth | undefined; "-moz-text-align-last"?: _$csstype.Property.TextAlignLast | undefined; "-moz-text-decoration-color"?: _$csstype.Property.TextDecorationColor | undefined; "-moz-text-decoration-line"?: _$csstype.Property.TextDecorationLine | undefined; "-moz-text-decoration-style"?: _$csstype.Property.TextDecorationStyle | undefined; "-moz-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-moz-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-moz-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-moz-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-moz-user-focus"?: _$csstype.Property.MozUserFocus | undefined; "-moz-user-input"?: _$csstype.Property.MozUserInput | undefined; "-ms-ime-mode"?: _$csstype.Property.ImeMode | undefined; "-o-animation"?: _$csstype.Property.Animation | undefined; "-o-animation-delay"?: _$csstype.Property.AnimationDelay | undefined; "-o-animation-direction"?: _$csstype.Property.AnimationDirection | undefined; "-o-animation-duration"?: _$csstype.Property.AnimationDuration | undefined; "-o-animation-fill-mode"?: _$csstype.Property.AnimationFillMode | undefined; "-o-animation-iteration-count"?: _$csstype.Property.AnimationIterationCount | undefined; "-o-animation-name"?: _$csstype.Property.AnimationName | undefined; "-o-animation-play-state"?: _$csstype.Property.AnimationPlayState | undefined; "-o-animation-timing-function"?: _$csstype.Property.AnimationTimingFunction | undefined; "-o-background-size"?: _$csstype.Property.BackgroundSize | undefined; "-o-border-image"?: _$csstype.Property.BorderImage | undefined; "-o-object-fit"?: _$csstype.Property.ObjectFit | undefined; "-o-object-position"?: _$csstype.Property.ObjectPosition | undefined; "-o-tab-size"?: _$csstype.Property.TabSize | undefined; "-o-text-overflow"?: _$csstype.Property.TextOverflow | undefined; "-o-transform"?: _$csstype.Property.Transform | undefined; "-o-transform-origin"?: _$csstype.Property.TransformOrigin | undefined; "-o-transition"?: _$csstype.Property.Transition | undefined; "-o-transition-delay"?: _$csstype.Property.TransitionDelay | undefined; "-o-transition-duration"?: _$csstype.Property.TransitionDuration | undefined; "-o-transition-property"?: _$csstype.Property.TransitionProperty | undefined; "-o-transition-timing-function"?: _$csstype.Property.TransitionTimingFunction | undefined; "-webkit-box-align"?: _$csstype.Property.BoxAlign | undefined; "-webkit-box-direction"?: _$csstype.Property.BoxDirection | undefined; "-webkit-box-flex"?: _$csstype.Property.BoxFlex | undefined; "-webkit-box-flex-group"?: _$csstype.Property.BoxFlexGroup | undefined; "-webkit-box-lines"?: _$csstype.Property.BoxLines | undefined; "-webkit-box-ordinal-group"?: _$csstype.Property.BoxOrdinalGroup | undefined; "-webkit-box-orient"?: _$csstype.Property.BoxOrient | undefined; "-webkit-box-pack"?: _$csstype.Property.BoxPack | undefined; "color-interpolation"?: _$csstype.Property.ColorInterpolation | undefined; "color-rendering"?: _$csstype.Property.ColorRendering | undefined; "glyph-orientation-vertical"?: _$csstype.Property.GlyphOrientationVertical | undefined; }>; showInput: _$vue.Ref; inputValue: _$vue.Ref; inputPlaceholder: _$vue.Ref; inputType: _$vue.Ref; inputPattern: _$vue.Ref; inputValidator: _$vue.Ref; inputErrorMessage: _$vue.Ref; showConfirmButton: _$vue.Ref; showCancelButton: _$vue.Ref; action: _$vue.Ref; dangerouslyUseHTMLString: _$vue.Ref; confirmButtonText: _$vue.Ref; cancelButtonText: _$vue.Ref; confirmButtonType: _$vue.Ref<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger", "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">; cancelButtonType: _$vue.Ref<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger", "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">; confirmButtonLoading: _$vue.Ref; cancelButtonLoading: _$vue.Ref; confirmButtonLoadingIcon: _$vue.Ref | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }, string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }>; cancelButtonLoadingIcon: _$vue.Ref | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }, string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | { [x: string]: any; setup?: ((this: void, props: _$_vue_shared0.LooseRequired, ctx: { attrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: _$vue.Slot | undefined; }>; emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); expose: = Record>(exposed?: Exposed) => void; }) => any) | undefined; name?: string | undefined; template?: string | object | undefined; render?: Function | undefined; components?: Record> | undefined; directives?: Record> | undefined; inheritAttrs?: boolean | undefined; emits?: any; slots?: {} | undefined; expose?: string[] | undefined; serverPrefetch?: (() => void | Promise) | undefined; compilerOptions?: { isCustomElement?: ((tag: string) => boolean) | undefined; whitespace?: "preserve" | "condense" | undefined; comments?: boolean | undefined; delimiters?: [string, string] | undefined; } | undefined; call?: ((this: unknown, ...args: unknown[]) => never) | undefined; __isFragment?: never | undefined; __isTeleport?: never | undefined; __isSuspense?: never | undefined; __defaults?: {} | undefined; compatConfig?: { GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined; GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined; GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined; GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined; GLOBAL_SET?: boolean | "suppress-warning" | undefined; GLOBAL_DELETE?: boolean | "suppress-warning" | undefined; GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined; GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined; CONFIG_SILENT?: boolean | "suppress-warning" | undefined; CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined; CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined; CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined; CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined; CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined; CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined; INSTANCE_SET?: boolean | "suppress-warning" | undefined; INSTANCE_DELETE?: boolean | "suppress-warning" | undefined; INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined; INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined; INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined; INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined; INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined; INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined; OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined; OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined; OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined; WATCH_ARRAY?: boolean | "suppress-warning" | undefined; PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined; V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined; CUSTOM_DIR?: boolean | "suppress-warning" | undefined; ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined; ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined; TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined; TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined; COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined; COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined; COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined; RENDER_FUNCTION?: boolean | "suppress-warning" | undefined; FILTERS?: boolean | "suppress-warning" | undefined; PRIVATE_APIS?: boolean | "suppress-warning" | undefined; MODE?: 2 | 3 | ((comp: _$vue.Component | null) => 2 | 3) | undefined; } | undefined; data?: ((this: any, vm: any) => any) | undefined; computed?: _$vue.ComputedOptions | undefined; methods?: _$vue.MethodOptions | undefined; watch?: { [x: string]: (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions)) | (string | _$vue.WatchCallback | ({ handler: _$vue.WatchCallback | string; } & _$vue.WatchOptions))[]; } | undefined; provide?: _$vue.ComponentProvideOptions | undefined; inject?: {} | string[] | undefined; filters?: Record | undefined; mixins?: any[] | undefined; extends?: any; beforeCreate?: (() => any) | undefined; created?: (() => any) | undefined; beforeMount?: (() => any) | undefined; mounted?: (() => any) | undefined; beforeUpdate?: (() => any) | undefined; updated?: (() => any) | undefined; activated?: (() => any) | undefined; deactivated?: (() => any) | undefined; beforeDestroy?: (() => any) | undefined; beforeUnmount?: (() => any) | undefined; destroyed?: (() => any) | undefined; unmounted?: (() => any) | undefined; renderTracked?: ((e: _$vue.DebuggerEvent) => void) | undefined; renderTriggered?: ((e: _$vue.DebuggerEvent) => void) | undefined; errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined; delimiters?: [string, string] | undefined; __differentiator?: string | number | symbol | undefined; __isBuiltIn?: boolean | undefined; __file?: string | undefined; __name?: string | undefined; beforeRouteEnter?: (_$vue_router0.TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : _$vue_router0.NavigationGuardWithThis) | undefined; beforeRouteUpdate?: (_$vue_router0.TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; beforeRouteLeave?: (_$vue_router0.TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : _$vue_router0.NavigationGuard) | undefined; }>; confirmButtonClass: _$vue.Ref; confirmButtonDisabled: _$vue.Ref; cancelButtonClass: _$vue.Ref; editorErrorMessage: _$vue.Ref; beforeClose: _$vue.Ref<((action: Action, instance: MessageBoxState, done: () => void) => void) | null, ((action: Action, instance: MessageBoxState, done: () => void) => void) | null>; callback: _$vue.Ref; distinguishCancelAndClose: _$vue.Ref; modalFade: _$vue.Ref; modalClass: _$vue.Ref; validateError: _$vue.Ref; zIndex: _$vue.Ref; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, ("action" | "vanish")[], "action" | "vanish", _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{ buttonSize: { type: PropType; validator: (val: string) => val is ComponentSize | ""; }; modal: { type: BooleanConstructor; default: boolean; }; lockScroll: { type: BooleanConstructor; default: boolean; }; showClose: { type: BooleanConstructor; default: boolean; }; closeOnClickModal: { type: BooleanConstructor; default: boolean; }; closeOnPressEscape: { type: BooleanConstructor; default: boolean; }; closeOnHashChange: { type: BooleanConstructor; default: boolean; }; center: BooleanConstructor; draggable: BooleanConstructor; overflow: BooleanConstructor; roundButton: BooleanConstructor; container: { type: StringConstructor; default: string; }; boxType: { type: PropType; default: string; }; }>> & Readonly<{ onAction?: ((...args: any[]) => any) | undefined; onVanish?: ((...args: any[]) => any) | undefined; }>, { center: boolean; container: string; overflow: boolean; closeOnClickModal: boolean; closeOnPressEscape: boolean; lockScroll: boolean; modal: boolean; draggable: boolean; showClose: boolean; roundButton: boolean; closeOnHashChange: boolean; boxType: MessageBoxType; }, {}, { Close: _$vue.DefineComponent<{}, void, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; SuccessFilled: _$vue.DefineComponent<{}, void, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; InfoFilled: _$vue.DefineComponent<{}, void, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; WarningFilled: _$vue.DefineComponent<{}, void, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; CircleCloseFilled: _$vue.DefineComponent<{}, void, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; ElButton: { new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins & Readonly<{ onClick?: ((evt: MouseEvent) => any) | undefined; }>, { ref: _$vue.Ref; size: _$vue.ComputedRef<"" | "default" | "small" | "large">; type: _$vue.ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">; disabled: _$vue.ComputedRef; shouldAddSpace: _$vue.ComputedRef; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, { click: (evt: MouseEvent) => void; }, _$vue.PublicProps, { text: boolean; disabled: boolean; type: ButtonType; round: boolean; dashed: boolean; nativeType: ButtonNativeType; loadingIcon: IconPropType; plain: boolean; autoInsertSpace: boolean; tag: string | _$vue.Component; }, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onClick?: ((evt: MouseEvent) => any) | undefined; }>, { ref: _$vue.Ref; size: _$vue.ComputedRef<"" | "default" | "small" | "large">; type: _$vue.ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">; disabled: _$vue.ComputedRef; shouldAddSpace: _$vue.ComputedRef; }, {}, {}, {}, { text: boolean; disabled: boolean; type: ButtonType; round: boolean; dashed: boolean; nativeType: ButtonNativeType; loadingIcon: IconPropType; plain: boolean; autoInsertSpace: boolean; tag: string | _$vue.Component; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & _$vue.ComponentOptionsBase & Readonly<{ onClick?: ((evt: MouseEvent) => any) | undefined; }>, { ref: _$vue.Ref; size: _$vue.ComputedRef<"" | "default" | "small" | "large">; type: _$vue.ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">; disabled: _$vue.ComputedRef; shouldAddSpace: _$vue.ComputedRef; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, { click: (evt: MouseEvent) => void; }, string, { text: boolean; disabled: boolean; type: ButtonType; round: boolean; dashed: boolean; nativeType: ButtonNativeType; loadingIcon: IconPropType; plain: boolean; autoInsertSpace: boolean; tag: string | _$vue.Component; }, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => { $slots: { loading?: (props: {}) => any; } & { icon?: (props: {}) => any; } & { default?: (props: {}) => any; }; }) & _$vue.ObjectPlugin & { setPropsDefaults: (defaults: { readonly size?: "" | "default" | "small" | "large" | (() => "" | "default" | "small" | "large") | undefined; readonly disabled?: boolean | (() => boolean) | undefined; readonly type?: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger" | (() => "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger") | undefined; readonly icon?: string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | (() => (IconPropType | undefined) & {}) | undefined; readonly nativeType?: "button" | "reset" | "submit" | (() => "button" | "reset" | "submit") | undefined; readonly loading?: boolean | (() => boolean) | undefined; readonly loadingIcon?: string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | (() => (IconPropType | undefined) & {}) | undefined; readonly plain?: boolean | (() => boolean) | undefined; readonly text?: boolean | (() => boolean) | undefined; readonly link?: boolean | (() => boolean) | undefined; readonly bg?: boolean | (() => boolean) | undefined; readonly autofocus?: boolean | (() => boolean) | undefined; readonly round?: boolean | (() => boolean) | undefined; readonly circle?: boolean | (() => boolean) | undefined; readonly dashed?: boolean | (() => boolean) | undefined; readonly color?: string | (() => string) | undefined; readonly dark?: boolean | (() => boolean) | undefined; readonly autoInsertSpace?: boolean | (() => boolean) | undefined; readonly tag?: string | _$vue.FunctionalComponent | { new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } | (() => (string | _$vue.Component | undefined) & {}) | undefined; }) => void; } & { ButtonGroup: typeof _default$1; }; ElFocusTrap: _$vue.DefineComponent<_$vue.ExtractPropTypes<{ loop: BooleanConstructor; trapped: BooleanConstructor; focusTrapEl: PropType; focusStartEl: { type: PropType<"container" | "first" | HTMLElement>; default: string; }; }>, { onKeydown: (e: KeyboardEvent) => void; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{ loop: BooleanConstructor; trapped: BooleanConstructor; focusTrapEl: PropType; focusStartEl: { type: PropType<"container" | "first" | HTMLElement>; default: string; }; }>> & Readonly<{ onFocusin?: ((...args: any[]) => any) | undefined; onFocusout?: ((...args: any[]) => any) | undefined; onFocusAfterTrapped?: ((...args: any[]) => any) | undefined; onFocusAfterReleased?: ((...args: any[]) => any) | undefined; "onFocusout-prevented"?: ((...args: any[]) => any) | undefined; "onRelease-requested"?: ((...args: any[]) => any) | undefined; }>, { loop: boolean; trapped: boolean; focusStartEl: HTMLElement | "first" | "container"; }, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; ElInput: SFCWithInstall<{ new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onChange?: ((value: string, evt?: Event | undefined) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onClear?: ((evt: MouseEvent | undefined) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }>, { input: _$vue.ShallowRef; textarea: _$vue.ShallowRef; ref: _$vue.ComputedRef; textareaStyle: _$vue.ComputedRef<_$vue.StyleValue>; autosize: _$vue.Ref; isComposing: _$vue.Ref; passwordVisible: _$vue.Ref; focus: () => void | undefined; blur: () => void | undefined; select: () => void; clear: (evt?: MouseEvent) => void; resizeTextarea: () => void; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, { "update:modelValue": (value: string) => void; input: (value: string) => void; change: (value: string, evt?: Event | undefined) => void; focus: (evt: FocusEvent) => void; blur: (evt: FocusEvent) => void; clear: (evt: MouseEvent | undefined) => void; mouseleave: (evt: MouseEvent) => void; mouseenter: (evt: MouseEvent) => void; keydown: (evt: Event | KeyboardEvent) => void; compositionstart: (evt: CompositionEvent) => void; compositionupdate: (evt: CompositionEvent) => void; compositionend: (evt: CompositionEvent) => void; }, _$vue.PublicProps, { disabled: boolean; modelValue: string | number | null; modelModifiers: InputModelModifiers; type: InputType; autocomplete: string; clearIcon: IconPropType; wordLimitPosition: "inside" | "outside"; tabindex: string | number; validateEvent: boolean; inputStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null; rows: number; }, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onChange?: ((value: string, evt?: Event | undefined) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onClear?: ((evt: MouseEvent | undefined) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }>, { input: _$vue.ShallowRef; textarea: _$vue.ShallowRef; ref: _$vue.ComputedRef; textareaStyle: _$vue.ComputedRef<_$vue.StyleValue>; autosize: _$vue.Ref; isComposing: _$vue.Ref; passwordVisible: _$vue.Ref; focus: () => void | undefined; blur: () => void | undefined; select: () => void; clear: (evt?: MouseEvent) => void; resizeTextarea: () => void; }, {}, {}, {}, { disabled: boolean; modelValue: string | number | null; modelModifiers: InputModelModifiers; type: InputType; autocomplete: string; clearIcon: IconPropType; wordLimitPosition: "inside" | "outside"; tabindex: string | number; validateEvent: boolean; inputStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null; rows: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & _$vue.ComponentOptionsBase & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onChange?: ((value: string, evt?: Event | undefined) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onClear?: ((evt: MouseEvent | undefined) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }>, { input: _$vue.ShallowRef; textarea: _$vue.ShallowRef; ref: _$vue.ComputedRef; textareaStyle: _$vue.ComputedRef<_$vue.StyleValue>; autosize: _$vue.Ref; isComposing: _$vue.Ref; passwordVisible: _$vue.Ref; focus: () => void | undefined; blur: () => void | undefined; select: () => void; clear: (evt?: MouseEvent) => void; resizeTextarea: () => void; }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, { "update:modelValue": (value: string) => void; input: (value: string) => void; change: (value: string, evt?: Event | undefined) => void; focus: (evt: FocusEvent) => void; blur: (evt: FocusEvent) => void; clear: (evt: MouseEvent | undefined) => void; mouseleave: (evt: MouseEvent) => void; mouseenter: (evt: MouseEvent) => void; keydown: (evt: Event | KeyboardEvent) => void; compositionstart: (evt: CompositionEvent) => void; compositionupdate: (evt: CompositionEvent) => void; compositionend: (evt: CompositionEvent) => void; }, string, { disabled: boolean; modelValue: string | number | null; modelModifiers: InputModelModifiers; type: InputType; autocomplete: string; clearIcon: IconPropType; wordLimitPosition: "inside" | "outside"; tabindex: string | number; validateEvent: boolean; inputStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null; rows: number; }, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => { $slots: { prepend?: (props: {}) => any; } & { prefix?: (props: {}) => any; } & { suffix?: (props: {}) => any; } & { 'password-icon'?: (props: { visible: boolean; }) => any; } & { append?: (props: {}) => any; }; })>; ElOverlay: _$vue.DefineComponent<_$vue.ExtractPropTypes<{ readonly mask: EpPropFinalized; readonly customMaskEvent: BooleanConstructor; readonly overlayClass: { readonly type: PropType string | string[] | Record) | (() => string | string[] | Record) | (((new (...args: any[]) => string | string[] | Record) | (() => string | string[] | Record)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly zIndex: { readonly type: PropType string | number) | (() => _$csstype.Property.ZIndex | undefined) | (((new (...args: any[]) => string | number) | (() => _$csstype.Property.ZIndex | undefined)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>, () => _$vue.VNode<_$vue.RendererNode, _$vue.RendererElement, { [key: string]: any; }>, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, { click: (evt: MouseEvent) => boolean; }, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{ readonly mask: EpPropFinalized; readonly customMaskEvent: BooleanConstructor; readonly overlayClass: { readonly type: PropType string | string[] | Record) | (() => string | string[] | Record) | (((new (...args: any[]) => string | string[] | Record) | (() => string | string[] | Record)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly zIndex: { readonly type: PropType string | number) | (() => _$csstype.Property.ZIndex | undefined) | (((new (...args: any[]) => string | number) | (() => _$csstype.Property.ZIndex | undefined)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & Readonly<{ onClick?: ((evt: MouseEvent) => any) | undefined; }>, { readonly mask: EpPropMergeType; readonly customMaskEvent: boolean; }, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>; ElIcon: SFCWithInstall<{ new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{}>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & _$vue.ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })>; }, { TrapFocus: _$vue.ObjectDirective; }, string, _$vue.ComponentProvideOptions, true, {}, any>; //#endregion export { _default as default };