import React from 'react'; import type { ARProps } from '@r2u/react-ar-components'; export interface InstructionsProps extends ARProps { activateAR: (props: ARProps) => void; hasWaterMark: boolean; onOpen: () => void; customerId?: string; sku?: string; } declare const InstructionsYDigital: React.FC; export default InstructionsYDigital;