import React from 'react'; import { RegistryProps } from './types'; import './index.less'; declare const Registry: React.FC; export default Registry;