import { TemplateChipWithPreviewProps } from '../types/whatsapp'; export declare const TemplateChipWithPreview: ({ selectedTemplateName, templateText, template, onClearTemplate, }: TemplateChipWithPreviewProps) => import("react/jsx-runtime").JSX.Element;