import React from 'react'; import type { PropsWithChildren } from 'react'; import type { DrawerProps } from '../../decs'; declare const Drawer: React.FC>; export type { DrawerProps } from '../../decs'; export default Drawer; //# sourceMappingURL=Drawer.d.ts.map