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