namespace noosfero { export interface Box { id: number; position: number; } }