import { ZBoxPlotChart_Props, ZBoxPlotChart_Slots } from '@zurich/dev-utils/code/BoxPlotChart'; import { ToReactSlots } from './helperTypes'; export type ReactBoxPlotChart_Props = ToReactSlots; /** ## React ZDS BoxPlotChart * ... */ export declare const ReactBoxPlotChart: 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>;