import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgEmbed: (props: SVGProps) => React.JSX.Element; export default SvgEmbed; //# sourceMappingURL=Embed.d.ts.map