import { DrawerPageProps } from "../../../config/@types/PersistentDrawer";
import React from "react";
declare const DrawerPage: React.ForwardRefExoticComponent<DrawerPageProps & React.RefAttributes<unknown>>;
export default DrawerPage;
