export declare class CaptionModel { id: number; text: string; datafield: string; constructor(id: number, text: string, datafield: string); }