import type { StepExtended } from '@lifi/sdk'; import type { IncludedStepsProps, StepActionsProps, StepDetailsLabelProps } from './types.js'; export declare const StepActions: React.FC; export declare const IncludedSteps: React.FC; export declare const StepDetailsContent: React.FC<{ step: StepExtended; }>; export declare const CustomStepDetailsLabel: React.FC; export declare const BridgeStepDetailsLabel: React.FC>; export declare const SwapStepDetailsLabel: React.FC>; export declare const ProtocolStepDetailsLabel: React.FC>;