/// import { IconProps } from '../../types'; declare const List: (allProps: IconProps) => JSX.Element; export default List;