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