/// interface DecentralizeIconProps { color?: string; height?: string; width?: string; } export default function DecentralizeIcon({ height, width, }: DecentralizeIconProps): JSX.Element; export {};