export declare const LINK_VARIANT: readonly ["neutral", "highlight"];
export type LinkVariant = (typeof LINK_VARIANT)[number];
