export declare function parseCssVars(css: string): Record; export declare function extractVarName(ref: string): string; export declare function getGroup(varName: string): string; export declare function groupLabel(group: string): string; export declare function CopyButton({ text }: { text: string; }): import("react/jsx-runtime").JSX.Element; export declare function ColorSwatch({ value }: { value: string; }): import("react/jsx-runtime").JSX.Element; export type FontTokenCategory = 'font-family' | 'font-weight' | 'font-size' | 'line-height'; export declare function getFontCategory(varName: string): FontTokenCategory; export declare function FontFamilySwatch({ value }: { value: string; }): import("react/jsx-runtime").JSX.Element; export declare function FontWeightSwatch({ value }: { value: string; }): import("react/jsx-runtime").JSX.Element; export declare function FontSizeSwatch({ value }: { value: string; }): import("react/jsx-runtime").JSX.Element; export declare function LineHeightSwatch({ value }: { value: string; }): import("react/jsx-runtime").JSX.Element; export declare function FontSwatch({ category, value }: { category: FontTokenCategory; value: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=token-helpers.d.ts.map