import { default as React } from 'react'; import { ReactSlot } from './helpers.types'; import type * as Comp from '@zurich/dev-utils/code'; import type * as WC from '..'; type ReactRef> = { ref: React.ForwardedRef | React.MutableRefObject | null; children?: ReactSlot | any[]; id?: string; className?: string; style?: React.CSSProperties; onClick?: (event: MouseEvent | CustomEvent | any) => void; }; export interface ZDSReactComponents { 'z-badge': Comp.ZBadge_Props & ReactRef; 'z-button': Comp.ZButton_Props & ReactRef; 'z-chip': Comp.ZChip_Props & ReactRef; 'z-currency': Comp.ZCurrency_Props & ReactRef; 'z-date': Comp.ZDate_Props & ReactRef; 'z-flag': Comp.ZFlag_Props & ReactRef; 'z-icon': Comp.ZIcon_Props & ReactRef; 'z-image': Comp.ZImage_Props & ReactRef; 'z-link': Comp.ZLink_Props & ReactRef; 'z-loader': Comp.ZLoader_Props & ReactRef; 'z-locale': Comp.ZLocale_Props & ReactRef; 'z-logo': Comp.ZLogo_Props & ReactRef; 'z-number': Comp.ZNumber_Props & ReactRef; 'z-pictogram': Comp.ZPictogram_Props & ReactRef; 'z-profile': Comp.ZProfile_Props & ReactRef; 'z-progress-bar': Comp.ZProgressBar_Props & ReactRef; 'z-safe-space': Comp.ZSafeSpace_Props & ReactRef; 'z-scroll-indicator': Comp.ZScrollIndicator_Props & ReactRef; 'z-shape': Comp.ZShape_Props & ReactRef; 'z-skeleton': Comp.ZSkeleton_Props & ReactRef; 'z-smiling-z': Comp.ZSmilingZ_Props & ReactRef; 'z-social-media-icon': Comp.ZSocialMediaIcon_Props & ReactRef; 'z-tag': Comp.ZTag_Props & ReactRef; 'z-time': Comp.ZTime_Props & ReactRef; 'z-toast': Comp.ZToast_Props & ReactRef; 'z-tooltip': Comp.ZTooltip_Props & ReactRef; 'z-bar-chart': Comp.ZBarChart_Props & ReactRef; 'z-box-plot-chart': Comp.ZBoxPlotChart_Props & ReactRef; 'z-donut-chart': Comp.ZDonutChart_Props & ReactRef; 'z-gannt-chart': Comp.ZGanntChart_Props & ReactRef; 'z-group-bar-chart': Comp.ZGroupBarChart_Props & ReactRef; 'z-heatmap': Comp.ZHeatmap_Props & ReactRef; 'z-histogram': Comp.ZHistogram_Props & ReactRef; 'z-kpi-value': Comp.ZKpiValue_Props & ReactRef; 'z-line-chart': Comp.ZLineChart_Props & ReactRef; 'z-metric-progress': Comp.ZMetricProgress_Props & ReactRef; 'z-pie-chart': Comp.ZPieChart_Props & ReactRef; 'z-scatter-plot-chart': Comp.ZScatterPlotChart_Props & ReactRef; 'z-stacked-bar-chart': Comp.ZStackedBarChart_Props & ReactRef; 'z-waterfall-chart': Comp.ZWaterfallChart_Props & ReactRef; 'z-request': Comp.ZRequest_Props & ReactRef; 'z-resizer': Comp.ZResizer_Props & ReactRef; 'z-boolean-icon': Comp.ZBooleanIcon_Props & ReactRef; 'z-calendar': Comp.ZCalendar_Props & ReactRef; 'z-checkbox-group': Comp.ZCheckboxGroup_Props & ReactRef; 'z-checkbox-select': Comp.ZCheckboxSelect_Props & ReactRef; 'z-checkbox': Comp.ZCheckbox_Props & ReactRef; 'z-chips-set': Comp.ZChipsSet_Props & ReactRef; 'z-color-input': Comp.ZColorInput_Props & ReactRef; 'z-date-input': Comp.ZDateInput_Props & ReactRef; 'z-file-input': Comp.ZFileInput_Props & ReactRef; 'z-multi-file-input': Comp.ZMultiFileInput_Props & ReactRef; 'z-multi-input': Comp.ZMultiInput_Props & ReactRef; 'z-multi-selectable-cards': Comp.ZMultiSelectableCards_Props & ReactRef; 'z-multiselect': Comp.ZMultiselect_Props & ReactRef; 'z-number-input': Comp.ZNumberInput_Props & ReactRef; 'z-pagination': Comp.ZPagination_Props & ReactRef; 'z-password-input': Comp.ZPasswordInput_Props & ReactRef; 'z-progress-tracker': Comp.ZProgressTracker_Props & ReactRef; 'z-radio-select': Comp.ZRadioSelect_Props & ReactRef; 'z-range-calendar': Comp.ZRangeCalendar_Props & ReactRef; 'z-range-date-input': Comp.ZRangeDateInput_Props & ReactRef; 'z-range-input': Comp.ZRangeInput_Props & ReactRef; 'z-range-slider': Comp.ZRangeSlider_Props & ReactRef; 'z-rating': Comp.ZRating_Props & ReactRef; 'z-segmented-control': Comp.ZSegmentedControl_Props & ReactRef; 'z-select': Comp.ZSelect_Props & ReactRef; 'z-selectable-cards': Comp.ZSelectableCards_Props & ReactRef; 'z-selection-tag': Comp.ZSelectionTag_Props & ReactRef; 'z-slider': Comp.ZSlider_Props & ReactRef; 'z-stepper': Comp.ZStepper_Props & ReactRef; 'z-switch': Comp.ZSwitch_Props & ReactRef; 'z-tags-select': Comp.ZTagsSelect_Props & ReactRef; 'z-text-input': Comp.ZTextInput_Props & ReactRef; 'z-textarea': Comp.ZTextarea_Props & ReactRef; 'z-time-input': Comp.ZTimeInput_Props & ReactRef; 'z-vertical-stepper': Comp.ZVerticalStepper_Props & ReactRef; 'z-accordion-group': Comp.ZAccordionGroup_Props & ReactRef; 'z-accordion': Comp.ZAccordion_Props & ReactRef; 'z-action-menu': Comp.ZActionMenu_Props & ReactRef; 'z-button-group': Comp.ZButtonGroup_Props & ReactRef; 'z-card-carousel': Comp.ZCardCarousel_Props & ReactRef; 'z-card': Comp.ZCard_Props & ReactRef; 'z-carousel': Comp.ZCarousel_Props & ReactRef; 'z-fieldset': Comp.ZFieldset_Props & ReactRef; 'z-figure': Comp.ZFigure_Props & ReactRef; 'z-floating-banner': Comp.ZFloatingBanner_Props & ReactRef; 'z-form': Comp.ZForm_Props & ReactRef; 'z-input-group': Comp.ZInputGroup_Props & ReactRef; 'z-modal': Comp.ZModal_Props & ReactRef; 'z-side-menu': Comp.ZSideMenu_Props & ReactRef; 'z-sidebar': Comp.ZSidebar_Props & ReactRef; 'z-snap-scroll': Comp.ZSnapScroll_Props & ReactRef; 'z-table': Comp.ZTable_Props & ReactRef; 'z-tabs': Comp.ZTabs_Props & ReactRef; 'z-action-card': Comp.ZActionCard_Props & ReactRef; 'z-alert': Comp.ZAlert_Props & ReactRef; 'z-article-card': Comp.ZArticleCard_Props & ReactRef; 'z-avatar-list': Comp.ZAvatarList_Props & ReactRef; 'z-avatar': Comp.ZAvatar_Props & ReactRef; 'z-breadcrumbs': Comp.ZBreadcrumbs_Props & ReactRef; 'z-empty-state': Comp.ZEmptyState_Props & ReactRef; 'z-event-list-item': Comp.ZEventListItem_Props & ReactRef; 'z-image-stage': Comp.ZImageStage_Props & ReactRef; 'z-list-item': Comp.ZListItem_Props & ReactRef; 'z-promo': Comp.ZPromo_Props & ReactRef; 'z-quote': Comp.ZQuote_Props & ReactRef; 'z-share-bar': Comp.ZShareBar_Props & ReactRef; 'z-share-button': Comp.ZShareButton_Props & ReactRef; 'z-stage-banner': Comp.ZStageBanner_Props & ReactRef; 'z-stage': Comp.ZStage_Props & ReactRef; 'z-tile': Comp.ZTile_Props & ReactRef; 'z-async-content': Comp.ZAsyncContent_Props & ReactRef; 'z-cookies-consent': Comp.ZCookiesConsent_Props & ReactRef; 'z-footer': Comp.ZFooter_Props & ReactRef; 'z-language-selector': Comp.ZLanguageSelector_Props & ReactRef; 'z-mobile-nav-bar': Comp.ZMobileNavBar_Props & ReactRef; 'z-navigation': Comp.ZNavigation_Props & ReactRef; } export {};