import "../styles/link.scss"; import type { FC } from "react"; export declare const Link: FC<{ filterXSS?: (v: string) => string; }>;