import React from 'react'; interface Props { color?: string; className?: string; } declare const RegistryIcon: React.FC; export default RegistryIcon;