import React from "react";
import { ChunkWithHighlights } from "../utils/types";
interface Props {
    item: ChunkWithHighlights;
}
export declare const AddToCartButton: ({ item }: Props) => React.JSX.Element | null;
export {};
//# sourceMappingURL=AddToCartButton.d.ts.map