type Props = { title: string; subtitle?: string; state: "completed" | "current" | "upcoming" | "disabled"; }; export declare const Step: React.FC; export {};