import type { LinkList } from '../models'; export declare const LinkListComp: (props: LinkList) => import("react/jsx-runtime").JSX.Element;