import React from 'react'; declare const SideBar: React.FC<{ onSelectPress: any; sideData: any[]; }>; export { SideBar };