declare const _default: import('vue').DefineComponent<{ /** * Label to be displayed */ label: string | undefined; /** * Color for the text */ color?: string; /** * Background color class of the tag */ backgroundColor?: string; /** * Border color class of the tag */ borderColor?: string; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ /** * Label to be displayed */ label: string | undefined; /** * Color for the text */ color?: string; /** * Background color class of the tag */ backgroundColor?: string; /** * Border color class of the tag */ borderColor?: string; }> & Readonly<{}>, { label: string | undefined; color: string; backgroundColor: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;