import { default as React, ReactNode } from 'react'; declare function CartSidebarFooter({ children }: { children: ReactNode; }): React.JSX.Element; export default CartSidebarFooter; //# sourceMappingURL=CartSidebarFooter.d.ts.map