import { type TeamContainer, type TeamWebLink } from '../types'; import type { TeamLinkIconData } from './team-web-link-converters'; export declare const webLinksToContainers: (links: TeamWebLink[], linkIcons?: TeamLinkIconData[]) => TeamContainer[];