import { FC } from "react";
import { DrawerProps } from './drawer.types';
declare const TMDrawer: FC<DrawerProps>;
export default TMDrawer;
