import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgPhotograph({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgPhotograph: React.MemoExoticComponent; export default MemoSvgPhotograph; //# sourceMappingURL=Photograph.d.ts.map