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