/// import EcomStep from "./constants/ecom-step"; import { IEcomExternalProps, IEcomContext, IEcomLifecycle, IEcomStore } from "./types"; interface AllProps extends IEcomExternalProps, IEcomContext, IEcomStore, IEcomLifecycle { step: EcomStep; } declare const _default: (props: AllProps) => JSX.Element; export default _default;