export declare const barListRootClasses: string; export declare const barListItemVariants: (props?: ({ interactive?: boolean | null | undefined; selected?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; /** * Bar fill classes. * * Each `color` variant renders a 16% alpha overlay of the palette's `500` hue — * matching the default slate bar (`bg-states-primary-pressed` = slate-500 @ 16%). * Translucent fills let the row's hover / focus tint layer through the bar so the * row background stays legible during interaction. * * Callers may pass any Tailwind `bg-*` utility via `className` to override the palette * (`tailwind-merge` resolves the conflict in favour of the explicit class). Prefer the * same `/16` alpha modifier for visual consistency with the built-in palette, e.g. * ``. */ export declare const barListBarVariants: (props?: ({ color?: "brand" | "blue" | "cyan" | "green" | "indigo" | "pink" | "purple" | "red" | "teal" | "slate" | "amber" | "rose" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const barListLabelClasses: string; export declare const barListValueClasses: string; export declare const barListPercentVariants: (props?: ({ variant?: "split" | "inherit" | "muted" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const barListPercentSymbolVariants: (props?: ({ variant?: "split" | "inherit" | "muted" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const barListSkeletonRowClasses: string;