import { ScanResult } from '../../model/types.js'; interface AnalysisDrawerProps { open: boolean; onClose: () => void; result: ScanResult | null; } export declare function AnalysisDrawer({ open, onClose, result }: AnalysisDrawerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AnalysisDrawer.d.ts.map