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