import { DrawerCompound } from './types'; /** * A flexible drawer with three render modes: portal, inline and mini. * * Compose with `Drawer.Header`, `Drawer.Body` and `Drawer.Footer`: * * @example * ```tsx * * * * * * * * * * * * * * * * * * ``` */ declare const Drawer: DrawerCompound; export { Drawer };