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