export declare const linkSize: readonly ["sm", "md", "lg", "xl"]; export type LinkSizes = typeof linkSize[number]; export declare const linkAppearance: readonly ["primary", "secondary"]; export type LinkAppearances = typeof linkAppearance[number];