export interface StepsNavigationButtonsProps { step: number; isSending: boolean; onPrevStep?: () => void; } export declare const StepsNavigationButtons: import("@redneckz/uni-jsx").UNIComponent;