import React from 'react'; export interface InspectionBySelfModalProps { triggerText: string; } export declare const InspectionBySelfModal: React.FC;