import React from 'react'; import { DCLNotification } from 'decentraland-ui/dist/components/Notifications/types'; type NotificationSlotProps = { locale: string; notifications: DCLNotification[]; isLoading: boolean; isOpen: boolean; onToggle: () => void; renderProfile?: (address: string) => JSX.Element | string | null; }; declare const _default: React.NamedExoticComponent; export default _default;