import { TemplateMessageCardProps } from '../types/whatsapp'; export declare const TemplateMessageCard: ({ header, message, footer, template_links, creation, is_outbound, status, header_type, sample, isPreview, }: TemplateMessageCardProps) => import("react/jsx-runtime").JSX.Element;