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