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