import { type JSX } from 'react'; import type { DefaultChildrenType } from '../../typings/globals'; interface Props { children: DefaultChildrenType; } export declare function ShippingAddressContainer(props: Props): JSX.Element; export default ShippingAddressContainer;