import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const Photos: Type & { ImageObject: Type; Photograph: Type; }; export { Photos };