import React from 'react'; type Props = { refreshIncidents: boolean; team: string; readOnly: boolean; }; export declare const Incidents: ({ readOnly, refreshIncidents, team }: Props) => React.JSX.Element; export {};