/// <reference types="react" />
import type { LifiStep } from '@lifi/sdk';
export declare const StepTimer: React.FC<{
    step: LifiStep;
    hideInProgress?: boolean;
}>;
