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