import { DefineComponent, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { AsTag } from '../../primitive'; import { BadgeVariantProps } from './badge.themes'; export declare const Badge: DefineComponent; default: string; }; variant: { type: PropType< BadgeVariantProps["variant"]>; default: string; }; color: { type: PropType< BadgeVariantProps["color"]>; default: string; }; size: { type: PropType< BadgeVariantProps["size"]>; }; placement: { type: PropType< BadgeVariantProps["placement"]>; }; shape: { type: PropType< BadgeVariantProps["shape"]>; }; isInvisible: { type: PropType< BadgeVariantProps["isInvisible"]>; }; isDot: { type: PropType< BadgeVariantProps["isDot"]>; }; showOutline: { type: PropType< BadgeVariantProps["showOutline"]>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ as: { type: PropType< AsTag | Component>; default: string; }; variant: { type: PropType< BadgeVariantProps["variant"]>; default: string; }; color: { type: PropType< BadgeVariantProps["color"]>; default: string; }; size: { type: PropType< BadgeVariantProps["size"]>; }; placement: { type: PropType< BadgeVariantProps["placement"]>; }; shape: { type: PropType< BadgeVariantProps["shape"]>; }; isInvisible: { type: PropType< BadgeVariantProps["isInvisible"]>; }; isDot: { type: PropType< BadgeVariantProps["isDot"]>; }; showOutline: { type: PropType< BadgeVariantProps["showOutline"]>; }; }>> & Readonly<{}>, { color: "default" | "primary" | "success" | "warning" | "danger" | "neutral" | undefined; as: AsTag | Component; variant: "flat" | "solid" | "faded" | undefined; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;