import { ThemeFromFn } from '../theming'; export declare const chipTheme: () => [string, { height: string; backgroundColor: string; borderRadius: string; padding: string; margin: string; hover: { backgroundColor: string; iconColor: string; }; icon: { color: string; size: string; }; text: { color: string; size: string; transform: string; }; }]; export declare type ChipTheme = ThemeFromFn;