declare const NewKeyStore: ({ visible, onClose, }: { visible: boolean; onClose: () => void; }) => JSX.Element; export default NewKeyStore;