import type { StepActionsProps } from './types.js';
export declare const StepActions: React.FC<StepActionsProps>;
