import { FC } from 'react'; import { ClassStyleProps } from '../../utils/types'; import { EmbedProps } from './EmbedProps.type'; type DynamicEmbeddedWidgetProps = EmbedProps & ClassStyleProps; export declare const DynamicEmbeddedWidget: FC; export {};