import { ListProps } from './interfaces'; export { ListProps }; export default function List(props: ListProps): JSX.Element;