declare const ProductGridBox: ({ BoxLeftGallery, BoxRightDetail, BoxBottomSummary, }: { BoxLeftGallery: React.ReactNode; BoxRightDetail: React.ReactNode; BoxBottomSummary: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export default ProductGridBox;