import React from "react"; /** * take-photo.svg */ declare const TakePhotoIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default TakePhotoIcon;