import { FC } from 'react'; interface Props { product: any; } export declare const AddToCart: FC; export {};