import { ZFigure_Props, ZFigure_Slots } from '@zurich/dev-utils/code/Figure'; import { ToReactSlots } from './helperTypes'; export type ReactFigure_Props = ToReactSlots; type ReactFigure_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; } & {}; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ReactFigure_Type; export { Namespace as ReactFigure };