import { ToReact } from './helpers.types'; import { ZVerticalStepper } from '../vertical-stepper'; export type ZrVerticalStepper_Props = ToReact<'VerticalStepper'>; type ZrVerticalStepper_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrVerticalStepper_Type; export { Namespace as ZrVerticalStepper };