export declare const ViewMode: { table: "table"; cards: "cards"; map: "map"; }; export declare type ViewMode = keyof typeof ViewMode;