import { ZStepperProps } from './Types'; export declare const ZStepper: (props: ZStepperProps) => JSX.Element;