import type { LiFiStepExtended } from '@lifi/sdk'; export declare const StepTimer: React.FC<{ step: LiFiStepExtended; hideInProgress?: boolean; }>;