import React from "react"; declare const SettingsDrawer: React.NamedExoticComponent<{ open: boolean; onClose: () => void; onRefresh: () => void; onSettings: () => void; }>; export default SettingsDrawer;