/// import { Props } from './types'; import './styles.scss'; export declare const Link: ({ label, color }: Props) => JSX.Element;