import * as React from 'react'; export interface LinkProps extends React.AnchorHTMLAttributes { bold?: boolean; } /** * Simple component which renders an `` element. * * Place the `` inside a `` component or pass a custom className to set the typography styles. * * Use `