/// import type { CB_EMBED_PROPERTIES_TYPE, IndexForIntersection } from '../../../../util/types'; type Props = CB_EMBED_PROPERTIES_TYPE & IndexForIntersection; declare function Embed(props: Props): JSX.Element; export default Embed;