import React from "react"; type BundleProps = { bundleProducts: any; }; declare const Bundle: React.FC; export default Bundle;