import { type LinkDoc } from '../../components/LinkDocs/LinkDocsContent'; import type { OnCloseProps } from '../../model/OnCloseProps'; import { type Picture } from '../../model/Picture'; export interface ReportDialogProps extends LinkDoc, OnCloseProps { __html?: string; icon?: Picture; } export declare const ReportDialog: import("@redneckz/uni-jsx").UNIComponent;