import { default as React } from 'react'; import { ProgramTheme } from '../../../../lib/types/types'; export declare const getAndFormatOrderedStepCards: (programTheme: ProgramTheme) => React.ReactElement[];