import React from 'react'; import type { PopoverContentFactoryProps } from './PopoverContentFactory'; interface EnterpriseContentFactoryProps extends PopoverContentFactoryProps { componentId: string; onRequestClose: () => void; type?: string; } declare const _default: ({ dataSource, message, componentId, onRequestClose, type, }: EnterpriseContentFactoryProps) => React.JSX.Element; export default _default; //# sourceMappingURL=EnterprisePopoverContentFactory.d.ts.map