/// import { CSSProperties } from 'styled-components'; interface EmbedCoreProps { embedCode: string; style: CSSProperties; } declare const EmbedIframe: React.FC; export default EmbedIframe;