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