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