import { ComponentInterface } from '../../stencil-public-runtime'; export declare class ArCamera implements ComponentInterface { componentDidLoad(): void; render(): any; }