import type { GymxLinkSlots, GymxLinkProps } from '@fitx/gymx-ui'; export declare const linkStates: readonly ["primary", "secondary"]; export type LinkState = (typeof linkStates)[number]; export interface FitxLinkProps extends GymxLinkProps { modifier?: LinkState; } export type FitxLinkSlots = GymxLinkSlots;