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