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