import type { ClassNameProps } from "../../../classname.js"; export type YfmStaticViewProps = ClassNameProps & { html: string; linksVisited?: boolean; noListReset?: boolean; qa?: string; }; export declare const YfmStaticView: import("react").ForwardRefExoticComponent>;