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