import { SxProps, Theme } from '@mui/material';
/**
 * CSS class name for HasAccess components in chips to ensure consistent sizing
 */
export declare const CHIP_ICON_CLASS = "chip-icon-sized";
/**
 * Shared styling for chips in the SynapseSearchResultsCard
 * Used by both EntityType chip and HasAccess chip for consistent appearance
 */
export declare const searchResultsCardChipStyles: SxProps<Theme>;
//# sourceMappingURL=chipStyles.d.ts.map