import type { SFCWithInstall } from '../_util/interface';
import Badge from './badge';
export { badgeProps } from './props';
export type { BadgeProps } from './props';
type BadgeType = SFCWithInstall<typeof Badge>;
export declare const FBadge: BadgeType;
export default FBadge;