import { ZGroupBarChart_Props, ZGroupBarChart_Slots } from '@zurich/dev-utils/code/GroupBarChart'; import { ToReactSlots } from './helperTypes'; export type ReactGroupBarChart_Props = ToReactSlots; /** ## React ZDS GroupBarChart * ... */ export declare const ReactGroupBarChart: import('react').ForwardRefExoticComponent<{ readonly custom?: {} | undefined; readonly caption?: string | undefined; readonly 'custom-str'?: string | undefined; readonly 'element-id'?: string | undefined; readonly 'z-theme'?: "dark" | "light" | undefined; readonly slot?: string | undefined; readonly reversed?: boolean | undefined; } & {} & import('./helperTypes').SlotChildren & { readonly id?: string | undefined; readonly className?: string | undefined; readonly style?: import('react').CSSProperties | undefined; } & import('react').RefAttributes>;