export interface WhatsappProductProps {
    body: string;
    catalogId: string;
    productId: string;
    footer?: string;
}
export declare const WhatsappProduct: (props: WhatsappProductProps) => any;
