import React from 'react'; import { ExpandableDrawerProps, ExpandableDrawerDirection } from './typesAndConfig'; declare const ExpandableDrawer: React.FC; export { ExpandableDrawerDirection, ExpandableDrawer };