/// <reference types="react" />
import type { Props } from "../types";
declare const List: ({ height, ...props }: Props) => JSX.Element;
export default List;
