declare const chip: { textTransform: string; fontWeight: string; padding: string; paddingLabel: string; border: string; borderDelete: string; color: { filled: { default: { color: any; background: string; }; primary: { color: any; background: string; }; secondary: { color: any; background: string; }; info: { color: any; background: string; }; success: { color: any; background: string; }; warning: { color: any; background: string; }; error: { color: any; background: string; }; }; outlined: { default: { color: string; background: string; borderColor: string; }; }; }; size: { small: { fontWeight: string; fontSize: string; height: string; iconBorder: string; }; medium: { fontWeight: string; fontSize: string; height: string; iconBorder: string; paddingLabel: string; }; }; }; export default chip;