import { DivProps } from "../../types/index.mjs";
import { ReactNode } from "react";
//#region src/brand/LobeChat/index.d.ts
interface LobeChatProps extends DivProps {
  extra?: ReactNode;
  size?: number;
  type?: '3d' | 'flat' | 'mono' | 'text' | 'combine';
}
declare const LobeChat: import("react").NamedExoticComponent<LobeChatProps>;
//#endregion
export { LobeChatProps, LobeChat as default };
//# sourceMappingURL=index.d.mts.map