export interface TuiLinkAttributes { target?: string | null; rel?: string | null; class?: string | null; }