import React from "react"; import { type ListProps } from "./List.types"; declare const List: React.ForwardRefExoticComponent>; export default List;