import { ColorsType, RoundedSizesTypes } from '../../types'; export interface ChipTheme { base: string; text: string; withAction: string; withoutAction: string; rounded: RoundedSizesTypes; element: string; disabled: string; color: ColorsType; clickable: string; } export declare const chipTheme: ChipTheme; //# sourceMappingURL=theme.d.ts.map