import type { OpenOceanStepExtended } from '@openocean.finance/widget-sdk';
export declare const StepTimer: React.FC<{
    step: OpenOceanStepExtended;
    hideInProgress?: boolean;
}>;
