/// import type IconType from '../IconType'; declare const List: ({ color, size, ...rest }: IconType) => JSX.Element; export default List;