import { PropType } from 'vue'; import { BaseColumnDefinition, ColumnDefinition } from '../mt-data-table'; import { MtColorBadgeVariant } from '../../../feedback-indicator/mt-color-badge/mt-color-badge'; export interface BadgeColumnDefinition extends BaseColumnDefinition { renderer: "badge"; rendererOptions: { renderItemBadge(data: unknown, columnDefinition: BadgeColumnDefinition): { label: string; variant: MtColorBadgeVariant; }; }; } declare const _default: import('vue').DefineComponent; required: true; }; data: { type: PropType; required: true; }; }>, { badgeProps: import('vue').ComputedRef<{ label: string; variant: string; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; data: { type: PropType; required: true; }; }>> & Readonly<{}>, {}, {}, { "mt-color-badge": import('vue').DefineComponent, {}, {}, { colorStyle(): string; variantClass(): Record; }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { color: string; variant: string; rounded: boolean; hasText: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;