import { type BlockVersion } from '../../model/BlockVersion'; import { type StepProps } from './StepsBlockContent'; export declare const renderStepMobile: (stepsSize: boolean, version: BlockVersion, stepVersion: BlockVersion) => (step: StepProps, i: number) => any;