import { IconProps } from '../Icon'; declare function SvgList(props: IconProps): JSX.Element; export default SvgList;