///
import type { BotProps } from 'cmcts-c-agent-embedding';
type Props = BotProps & {
style?: React.CSSProperties;
className?: string;
};
declare global {
namespace JSX {
interface IntrinsicElements {
'flowise-fullchatbot': React.DetailedHTMLProps, HTMLElement> & {
class?: string;
};
}
}
}
export declare const FullPageChat: ({ style, className, ...assignableProps }: Props) => JSX.Element;
export {};
//# sourceMappingURL=FullPageChat.d.ts.map