import { IconProps } from '../../iconUtils'; export declare const ListAlt: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ListAltProps = IconProps; export default ListAlt;