import * as React from "react"; import { CardData, SingleCardProps } from "../CardProps"; declare type TiktokEmbedData = CardData & { html?: string; }; declare const TiktokEmbedWithRef: React.ForwardRefExoticComponent & React.RefAttributes>; export { TiktokEmbedWithRef as TiktokEmbed };