import { default as React } from 'react'; import { LinkListProps } from './types.js'; export declare const LinkList: { ({ label, hideLabel, className, ...rest }: LinkListProps): React.JSX.Element; Link: React.ForwardRefExoticComponent>, "ref"> & React.RefAttributes>; };