import React from 'react';
import { ListRefObject, Props } from './List.types';
import './List.style.scss';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const List: React.ForwardRefExoticComponent<Props & React.RefAttributes<ListRefObject>>;
export default List;
