import { FC } from "react"; /** * The Tables route element. Includes Header and Drawer Elements, tables are placed inside using * react-routers Outlet component. */ declare const TablesPage: FC; export default TablesPage;