import { FC } from 'react'; import { DrawerProps } from './Drawer.types'; export declare const Drawer: FC;