/// import { IEcomLifecycle, IEcomStore, IEcomContext } from "../types"; export interface ICustomerInformationInitialProps extends IEcomContext, IEcomStore, IEcomLifecycle { } declare const _default: (props: ICustomerInformationInitialProps) => JSX.Element; export default _default;