import React from "react"; import type { ARConfig } from "./types.js"; export interface TaptappARProps { config: ARConfig; className?: string; showScanningOverlay?: boolean; showErrorOverlay?: boolean; } export declare const TaptappAR: React.FC;