import { ListProps } from './List.types'; export declare const List: (props: ListProps) => import("react/jsx-runtime").JSX.Element; export default List;