import { CometChatPalette } from "./CometChatPalette"; import { CometChatTypography } from "./CometChatTypography"; import { fontHelper } from "./CometChatTypography"; declare class CometChatTheme { palette: CometChatPalette; typography: CometChatTypography; constructor({ palette, typography, }: { palette?: CometChatPalette | undefined; typography?: CometChatTypography | undefined; }); } export { CometChatTheme, CometChatPalette, CometChatTypography, fontHelper }; //# sourceMappingURL=CometChatTheme.d.ts.map