/// import { IconProps } from '.'; declare const SvgList: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgList;