import { default as React } from 'react'; interface ConnectDrawerProps { loadWidgetProps?: object; onClose: () => void; showConnectWidget: boolean; title: string; } declare const _default: React.FunctionComponent; export default _default;