import { FontStyle } from './fontStyle'; export declare class Title { text: string; textColor: string; textStyle: string; position: any; textSize: string; isVisible: boolean; fontStyle: FontStyle; constructor(title?: Title); }