/// type CameraProps = { onCapture?: () => void; }; export declare function Camera(props: CameraProps): import("react").JSX.Element; export {};