import _Badge from './badge';
import { WithInstallType } from '../shared';
import { TdBadgeProps } from './type';
import './style';
export * from './type';
export declare type BadgeProps = TdBadgeProps;
export declare const Badge: WithInstallType<typeof _Badge>;
export default Badge;