/** * Copyright (c) 2026 Microblink Ltd. All rights reserved. */ import { Component } from "solid-js"; /** * The CameraErrorModal component. */ declare const CameraErrorModal: Component; export { CameraErrorModal }; //# sourceMappingURL=CameraErrorModal.d.ts.map