import { SVGProps } from "react";
declare const SvgOk: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgOk;
