import React from 'react'; import { type DrawerPanelProps } from '../../types'; declare const DrawerPanel: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default DrawerPanel;