export interface IStyle { BackColor?: string; ForeColor?: string; FontWeight?: 'Normal' | 'Bold'; FontStyle?: 'Normal' | 'Italic'; FontSize?: 'XSmall' | 'Small' | 'Medium' | 'Large' | 'XLarge'; ClassName?: string; }