export type VariantsTopTableRow = {
    sum: string;
    productId: string;
    productTitle: string;
    variantTitle: string;
    thumbnail: string;
};
export declare const VariantsTopTable: ({ tableRows }: {
    tableRows: VariantsTopTableRow[];
}) => import("react/jsx-runtime").JSX.Element;
