/// type IncidentIconProps = { behaviorType: number; }; export declare function IncidentIcon({ behaviorType, ...restProps }: IncidentIconProps): JSX.Element | null; export {};