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