import { default as React } from 'react'; import { StateFirstDB } from '@feltdb/core'; export interface SettingsPanelProps { db?: StateFirstDB; remoteUrl?: string; token?: string; applicationUrl?: string; feltDBRuntime?: string; authorityUrl?: string; onConnect?: (url: string, token: string) => void; } export declare function SettingsPanel({ db, remoteUrl, token, applicationUrl, feltDBRuntime, authorityUrl, onConnect }: SettingsPanelProps): React.JSX.Element; export default SettingsPanel; //# sourceMappingURL=SettingsPanel.d.ts.map