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