import type { KeyringStore } from '@pezkuwi/ui-keyring/types'; import React from 'react'; interface Props { isElectron: boolean; store?: KeyringStore; } declare function Root({ isElectron, store }: Props): React.ReactElement; declare const _default: React.MemoExoticComponent; export default _default;