export declare const styles: { root: { display: "flex"; alignItems: "center"; gap: number; minHeight: number; }; label: { color: "text.secondary"; }; count: { display: "inline-flex"; alignItems: "baseline"; gap: number; }; selected: { color: "text.primary"; fontWeight: number; }; separator: { color: "text.secondary"; }; total: { color: "text.secondary"; }; clear: { color: "primary.main"; cursor: "pointer"; fontWeight: number; '&:hover': { textDecoration: string; }; }; icon: { fontSize: number; color: "text.secondary"; }; };