import { TypographyInterface } from '../Typography'; export interface LinkInterface extends TypographyInterface { href: string; }