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