import { ListProps } from './list.type'; declare const List: (props: ListProps) => import("react/jsx-runtime").JSX.Element; export default List; //# sourceMappingURL=list.d.ts.map