import { Finding as Component } from './Finding'; export declare const Finding: { readonly name: "Finding"; readonly purpose: "Present key findings as a scannable card list. Write one or more `- item` rows; use `**Title:** details` to label a finding."; readonly example: "\n- **Drift:** Runtime support is not machine-discoverable.\n"; readonly body: "markdown"; readonly Component: typeof Component; };