import { ChatTheme } from '../Theme'; export declare const createTypingIndicatorStyles: (theme: ChatTheme) => { container: { marginLeft: number; width: number; borderRadius: number; backgroundColor: string; }; dots: { flexDirection: "row"; }; dot: { marginLeft: number; marginRight: number; borderRadius: number; width: number; height: number; backgroundColor: string; }; }; //# sourceMappingURL=styles.d.ts.map