| titleTextFont | Sets the font for the title | titleTextFont?: string; |
| titleTextColor | Sets the font for the title | titleTextColor?: string; |
| subtitleTextColor | Sets the text color for the subtitle | subtitleTextColor?: string; |
| subtitleTextFont | Sets the text font for the subtitle | subtitleTextFont?: string; |
| emptyStateTextColor | Sets the color for the empty state text | emptyStateTextColor?: string; |
| emptyStateTextFont | Sets the font for the empty state text | emptyStateTextFont?: string; |
| errorStateTextFont | Sets the text font for the error state text | errorStateTextFont?: string; |
| errorStateTextColor | Sets the text font for the error state text | errorStateTextColor |
| captionTextFont | Sets the text font for the caption | captionTextFont?: string; |
| captionTextColor | Sets the text color for the caption | captionTextColor?: string; |
| sendIconTint | Sets the icon color for the send Icon | sendIconTint?: string; |
| loadingIconTint | Sets the icon color for the loading Icon | loadingIconTint?: string; |
| readIconTint | Sets the icon color for the read Icon | readIconTint?: string; |
| deliveredIconTint | Sets the icon color for the delivered Icon | deliveredIconTint?: string; |
| dividerTint | Sets the icon color for the separator | dividerTint?: string; |
| border | Used to set border | border?: string, |
| borderRadius | Used to set border radius | borderRadius?: string; |
| background | Used to set background colour | background?: string; |
| height | Used to set height | height?: string; |
| width | Used to set width | width?: string; |