import { IWebsite } from "../../types/identity.interface";
import { GoldPrice } from "../../types/gold-price.interface";
export declare function ProductList({ webInfo, goldPrice, }: {
    webInfo: IWebsite;
    goldPrice: GoldPrice;
}): import("react/jsx-runtime").JSX.Element;
