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