export interface Title { cls?: string; style?: any; text?: string; tools?: any[]; } export interface SubTitle { cls?: string; style?: any; text?: string; }