import React from 'react'; import type { DrawerV2Props } from './types'; declare const Drawer: { (props: DrawerV2Props): React.JSX.Element | null; displayName: string; }; export default Drawer;