import type { PropsWithChildren } from 'react'; declare function EmbedContainer( props: PropsWithChildren ): ReactNode; export default EmbedContainer;