import { PureComponent } from 'react'; export declare const COLORS: string[]; export declare const ICON_SIDES: string[]; export declare class BadgeExtend extends PureComponent<{ children?: any; showLabel?: boolean; color?: any; iconType?: any; iconSide?: any; className?: any; onClick?: any; iconOnClick?: any; onClickAriaLabel?: any; iconOnClickAriaLabel?: any; closeButtonProps?: any; title?: any; }> { static defaultProps: { color: string; iconSide: string; showLabel: boolean; }; static propTypes: any; render(): JSX.Element; }