import type { UserLabelSize } from "./types.js";
export declare const DEFAULT_USER_LABEL_SIZE: UserLabelSize;
export declare const COMPACT_SIZES: Set<UserLabelSize>;
export declare const BORDER_COLOR = "var(--g-color-line-generic-solid)";
export declare const ICON_SIZES: Record<UserLabelSize, number>;
