import { ChatTheme } from '../Theme'; export declare const createDayStyles: (theme: ChatTheme) => { container: { marginTop: number; marginBottom: number; }; wrapper: { backgroundColor: string; paddingVertical: number; paddingHorizontal: number; borderRadius: number; }; text: { color: string; fontSize: number; fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined; letterSpacing: number; }; }; //# sourceMappingURL=styles.d.ts.map