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