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