import { FC } from 'react'; import { TableMainRowProp } from './Types'; declare const StepTableMainRow: FC; export default StepTableMainRow;