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