import { RdsTextLink } from './text-link.model'; export interface RdsIconLink extends RdsTextLink { icon: string; }