import { MMELRole } from '../../../serialize/interface/supportinterface'; import React from 'react'; interface Props { activeItem: MMELRole | null; items: MMELRole[]; onItemSelect: (x: MMELRole | null) => void; label: string; } declare const RoleSelector: React.FC; export default RoleSelector; //# sourceMappingURL=RoleSelector.d.ts.map