type StepperProps = { step: number; title: string; description: string; completed: boolean; disabled?: boolean; onPress?: () => void; }; export declare function Stepper({ step, title, description, completed, disabled, onPress, }: StepperProps): import("react").JSX.Element; export {}; //# sourceMappingURL=Stepper.d.ts.map