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