import type { ActionSheetCssVars } from '../action-sheet'; import type { AffixCssVars } from '../affix'; import type { BackTopCssVars } from '../back-top'; import type { BadgeCssVars } from '../badge'; import type { ButtonCssVars } from '../button'; import type { CalendarCssVars } from '../calendar'; import type { CarouselCssVars } from '../carousel'; import type { CascaderViewCssVars } from '../cascader-view'; import type { CheckboxCssVars, CheckboxGroupCssVars } from '../checkbox'; import type { CollapseCssVars } from '../collapse'; import type { CustomInputCssVars } from '../custom-input'; import type { GridCssVars } from '../grid'; import type { IconCssVars } from '../icon'; import type { ImageCssVars } from '../image'; import type { ImagePreviewCssVars } from '../image-preview'; import type { InputCssVars } from '../input'; import type { KeyboardCssVars } from '../keyboard'; import type { ListCssVars } from '../list'; import type { LoadingCssVars } from '../loading'; import type { MaskCssVars } from '../mask'; import type { MessageCssVars } from '../message'; import type { ModalCssVars } from '../modal'; import type { NavBarCssVars } from '../nav-bar'; import type { NoticeBarCssVars } from '../notice-bar'; import type { PanelCssVars } from '../panel'; import type { PickerCssVars } from '../picker'; import type { PickerViewCssVars } from '../picker-view'; import type { ProgressCssVars } from '../progress'; import type { PullCssVars } from '../pull'; import type { RadioCssVars, RadioGroupCssVars } from '../radio'; import type { RateCssVars } from '../rate'; import type { SearchBarCssVars } from '../search-bar'; import type { SelectCssVars } from '../select'; import type { SkeletonCssVars } from '../skeleton'; import type { SliderCssVars } from '../slider'; import type { StepperCssVars } from '../stepper'; import type { SwipeActionCssVars } from '../swipe-action'; import type { SwitchCssVars } from '../switch'; import type { TabBarCssVars } from '../tab-bar'; import type { TabsCssVars } from '../tabs'; import type { TooltipCssVars } from '../tooltip'; import type { Replace } from '../utils/utilityTypes'; import type { WheelCssVars } from '../wheel'; declare type Prefix = { [Key in keyof T as Key extends string ? `--za-${N}-${Replace}` : never]?: T[Key]; }; export declare type CssVars = Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix & Prefix; export {};