import React from 'react'; export declare const EntityBadgesDialog: (props: { open: boolean; onClose?: () => any; }) => React.JSX.Element;