/** * Row container for {@link ListItem}. Distinct from `list`'s `listItemVariants` * (which styles rows *inside* the List renderer) — this is the standalone row a * caller composes directly. `clickable` adds the interactive hover affordance. */ export declare const listItemRowVariants: (props?: ({ clickable?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map