export declare class Tile { color: string; glyph: string; caption: string; help: string; link: string; id: number; edit: boolean; constructor(); }