import * as React from "react";
import type { Props } from "./types";
declare const List: ({ children, dataTest, id, size, type, spaceAfter, }: Props) => React.JSX.Element;
export default List;
export { default as ListItem } from "./ListItem";
