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