import * as React from "react"; import { ViewAdditionalProps } from "../../ViewCollection"; export declare class InspectionsView extends React.Component { static readonly icon = "Inspections"; static readonly iconActive = "InspectionsBold"; static readonly viewName = "inspections"; static readonly permissions = "inspections.view"; private getUrl; render(): JSX.Element; }