import { AIBaseStyle } from "../AIBaseStyle"; export declare class AIConversationStarterStyle extends AIBaseStyle { textFont?: string; textBorder?: string; textBorderRadius?: string; textColor?: string; textBackground?: string; constructor(props: Partial); } //# sourceMappingURL=AIConversationStarterStyle.d.ts.map