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