import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { DrawerProps, DrawerStaticProps } from './types'; export declare const Drawer: FC & WithStyle & DrawerStaticProps;