import type { Store } from 'reflux'; declare function DBErrorComponent({ store }: { store: Store; }): JSX.Element | null; export { DBErrorComponent }; //# sourceMappingURL=dberror-component.d.ts.map