export declare class FileWideLabel { position: Date; type: "Flag" | "Circle" | "Line"; description: string; GroupId: number; constructor(position: Date, type: "Flag" | "Circle" | "Line", description: string, GroupId: number); static fromDTO(obj: Object, date: Date): FileWideLabel; }