declare const chip: { textTransform: string; padding: string; paddingLabel: string; border: string; borderDelete: string; color: { filled: { default: { color: any; background: string; contrastText: string; }; primary: { color: any; background: string; contrastText: string; light: any; }; secondary: { color: any; background: string; contrastText: string; }; info: { color: string; background: string; contrastText: string; }; success: { color: any; background: string; contrastText: any; }; warning: { color: any; background: string; contrastText: any; }; error: { color: any; background: string; contrastText: any; }; }; 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;