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