export interface DeviceLinkQRProps {
    onLinkGenerated?: (url: string, token: string) => void;
    onError?: (error: string) => void;
    apiUrl?: string;
}
export declare function DeviceLinkQR({ onLinkGenerated, onError }: DeviceLinkQRProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DeviceLinkQR.d.ts.map