import React from 'react'; import type { CameraViewMethods, IconPaths } from './interface'; import { type MessageProps } from '../../interfaces'; export type CameraViewProps = { onSend: (message: MessageProps) => void; iconProps?: IconPaths; }; export declare const cameraRef: React.RefObject; export declare const CameraView: React.FC; export default CameraView; //# sourceMappingURL=CameraView.d.ts.map