import { HTMLEmbedCardProps } from '../types'; declare const HTMLEmbedCard: ({ data }: HTMLEmbedCardProps) => import("react/jsx-runtime").JSX.Element; export default HTMLEmbedCard; //# sourceMappingURL=HTMLEmbedCard.d.ts.map