export interface DeviceLinkQRProps {
    onGenerateQR: () => Promise<{
        qrData: string;
        token: string;
        expiresAt: Date;
    }>;
    baseUrl?: string;
}
export declare function DeviceLinkQR({ onGenerateQR, baseUrl, }: DeviceLinkQRProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DeviceLinkQR.d.ts.map