import { DivProps, SvgProps } from "../../types/index.mjs";
import { FC } from "react";

//#region src/brand/LobeChatText/index.d.ts
declare const LobeChatText: FC<SvgProps & DivProps & {
  size?: number;
}>;
//#endregion
export { LobeChatText };
//# sourceMappingURL=index.d.mts.map