import { SVGProps } from "react"; declare const CameraIcon: (props: SVGProps) => JSX.Element; export default CameraIcon;