export declare const ChipTheme: { root: { borderRadius: string; paddingX: string; paddingY: string; gap: string; transitionDuration: string; }; image: { width: string; height: string; }; icon: { size: string; }; removeIcon: { size: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; colorScheme: { light: { root: { background: string; color: string; }; icon: { color: string; }; removeIcon: { color: string; }; }; dark: { root: { background: string; color: string; }; icon: { color: string; }; removeIcon: { color: string; }; }; }; };