import { EventEmitter } from '../../stencil-public-runtime'; export declare class PWACameraModal { facingMode: string; hidePicker: boolean; onPhoto: EventEmitter; noDeviceError: EventEmitter; _modal: HTMLElement; present(): Promise; dismiss(): Promise; render(): any; }