/// <reference types="react" />
import type { Props } from "./types";
declare const LinkList: ({ direction, indent, legacy, spacing, children, dataTest, }: Props) => JSX.Element;
export default LinkList;
