interface LazyInscriptionCardProps {
    inscriptionId: string;
    inscriptionNumber?: number | string;
    contentUrl?: string;
    contentType?: string;
    size?: number;
    showHeader?: boolean;
    showControls?: boolean;
    autoLoad?: boolean;
    apiEndpoint?: string;
    htmlRenderMode?: 'iframe' | 'sandbox';
    forceIframe?: boolean;
    className?: string;
    onLoad?: () => void;
    onError?: (error: string) => void;
    threshold?: number;
}
export declare function LazyInscriptionCard({ inscriptionId, inscriptionNumber, contentUrl, contentType, size, showHeader, showControls, autoLoad, apiEndpoint, htmlRenderMode, forceIframe, className, onLoad, onError, threshold }: LazyInscriptionCardProps): import("react/jsx-runtime").JSX.Element;
export default LazyInscriptionCard;
//# sourceMappingURL=LazyInscriptionCard.d.ts.map