Repository URL to install this package:
declare const SectionLinkListTitle = "Section Link List Title"; declare const SectionLinkListData: { label: string; href: string; }[]; export { SectionLinkListData, SectionLinkListTitle };