import React from 'react';
import type { DrawerForwardRef, DrawerProps } from '../types';
export declare const Drawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<DrawerForwardRef>>;
