/**
 * This file is generated. Do not edit.
 * Generated on Mon Apr 14 2025 10:17:48 PM
 */
import type { SpaceToken } from '../../types/tokens';
export interface HighlightSizeBundle {
    highlightSize: SpaceToken;
}
export declare function classNameForHighlightSize({ highlightSize }: HighlightSizeBundle): string;
