import RoomTable from "./rooms/room-table";
export declare const Table: {
    rooms: typeof RoomTable;
    roomtype: any;
};
