import './index.pcss'; import { EmbedBlock, Props } from "../interfaces"; export declare function embed({ data }: Props): string;