export declare function CliStepHeader({ n, total, label, }: { n: number; total: number; label: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CliStepHeader.d.ts.map