/** * @jsxRuntime classic * @jsx jsx */ import { type DrawerPanelProps } from '../types'; /** * __Drawer panel__ */ export declare const DrawerPanel: ({ children, onClose, onCloseComplete, onOpenComplete, testId, isOpen, shouldReturnFocus, autoFocusFirstElem, isFocusLockEnabled, width, label, titleId, enterFrom, }: DrawerPanelProps) => JSX.Element;