import { FilledVariant, ThemeMode } from '../../types'; export declare const CHIP_TYPE_CSS: ({ $variant }: { $variant: FilledVariant; }) => ({ $clickable, $destructive, $forceTheme }: { $clickable: boolean; $destructive: boolean; $forceTheme?: ThemeMode | undefined; }) => import("styled-components").FlattenSimpleInterpolation; //# sourceMappingURL=Chip.styles.d.ts.map