import { FC } from "react"; /** * Component for the Drawer Footer. We need to use absolute positioning here, * since fixed won't work. */ declare const DrawerFooter: FC; export default DrawerFooter;