/// import { StandardProps, StandardAugmentedRealityProps } from "./propTypes"; export declare type AugmentedRealityViewProps = StandardProps & StandardAugmentedRealityProps; declare const AugmentedRealityView: (props: AugmentedRealityViewProps) => JSX.Element; export default AugmentedRealityView;