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