/// import { CBRIncidentsStepProps } from '../../CBRIncidentsStep'; import { Incident } from '../MaterialCBRIncidentsStep'; declare function IncidentComponent({ step, incident, handleDelete, ...others }: CBRIncidentsStepProps & { incident: Incident; handleDelete: () => void; }): JSX.Element; export default IncidentComponent;