/// import { CBRIncidentsStepProps } from '../CBRIncidentsStep'; export interface Incident { idSpaceStep: string; idElementStep: string; idCommentStep: string; deleted?: boolean; num: number; } declare function CBRIncidentsStep({ step, editable, ...others }: CBRIncidentsStepProps): JSX.Element; export default CBRIncidentsStep;