/// <reference types="react" />
import { PersistentDrawerType } from "../../config/@types/PersistentDrawer";
export declare function PersistentDrawer(props: PersistentDrawerType): JSX.Element;
export default PersistentDrawer;
