export declare const base: string; /** * Override the visual-refresh background for the neutral+emphasized chip * delete button, which otherwise inherits Surface.Default from fieldTokens. */ export declare const neutralEmphasizedOverride: string; export declare const disabledOverride: string; export declare const size: Record<"condensed" | "default", string>; //# sourceMappingURL=ChipDeleteButton.css.d.ts.map