import React from 'react'; import { ProfileProps } from 'decentraland-ui/dist/components/Profile/Profile'; export type Props = ProfileProps & { debounce?: number; };