import { BadgeDynamicFieldProps } from '@/data-display/dynamic/dynamic-field/templates/badge/type';
declare const _default: {
    name: string;
    functional: boolean;
    components: {
        PBadge: {
            name: string;
            functional: boolean;
            components: {
                PAnchor: {
                    name: string;
                    components: {
                        PI: import("vue").ComponentOptions<import("vue").default, {
                            [x: string]: unknown;
                        } & {
                            [key: string]: unknown;
                        }, {}, {}, string[] | {
                            [x: string]: (new (...args: string[]) => Function) | import("@vue/composition-api").PropOptions<unknown> | (new (...args: any[]) => object) | (() => unknown) | ((new (...args: string[]) => Function) | (new (...args: any[]) => object) | (() => unknown))[] | null;
                        }, ({
                            [x: number]: string;
                        } & {
                            length?: number | undefined;
                            toString?: string | undefined;
                            toLocaleString?: string | undefined;
                            pop?: string | undefined;
                            push?: number | undefined;
                            concat?: string[] | undefined;
                            join?: string | undefined;
                            reverse?: string[] | undefined;
                            shift?: string | undefined;
                            slice?: string[] | undefined;
                            sort?: string[] | undefined;
                            splice?: {
                                (start: number, deleteCount?: number | undefined): string[];
                                (start: number, deleteCount: number, ...items: string[]): string[];
                            } | undefined;
                            unshift?: number | undefined;
                            indexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            lastIndexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            every?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            some?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
                            map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
                            filter?: {
                                <S extends string>(callbackfn: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
                                (callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
                            } | undefined;
                            reduce?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: string[]) => U_1, initialValue: U_1): U_1;
                            } | undefined;
                            reduceRight?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: string[]) => U_2, initialValue: U_2): U_2;
                            } | undefined;
                            find?: {
                                <S_1 extends string>(predicate: (this: void, value: string, index: number, obj: string[]) => value is S_1, thisArg?: any): S_1 | undefined;
                                (predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
                            } | undefined;
                            findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
                            fill?: ((value: string, start?: number | undefined, end?: number | undefined) => string[]) | undefined;
                            copyWithin?: ((target: number, start: number, end?: number | undefined) => string[]) | undefined;
                            entries?: IterableIterator<[number, string]> | undefined;
                            keys?: IterableIterator<number> | undefined;
                            values?: IterableIterator<string> | undefined;
                            includes?: ((searchElement: string, fromIndex?: number | undefined) => boolean) | undefined;
                            flatMap?: (<U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[]) | undefined;
                            flat?: any[] | undefined;
                        }) | ({} & {
                            [x: string]: any;
                            [x: number]: any;
                        })> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<({
                            [x: number]: string;
                        } & {
                            length?: number | undefined;
                            toString?: string | undefined;
                            toLocaleString?: string | undefined;
                            pop?: string | undefined;
                            push?: number | undefined;
                            concat?: string[] | undefined;
                            join?: string | undefined;
                            reverse?: string[] | undefined;
                            shift?: string | undefined;
                            slice?: string[] | undefined;
                            sort?: string[] | undefined;
                            splice?: {
                                (start: number, deleteCount?: number | undefined): string[];
                                (start: number, deleteCount: number, ...items: string[]): string[];
                            } | undefined;
                            unshift?: number | undefined;
                            indexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            lastIndexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            every?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            some?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
                            map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
                            filter?: {
                                <S extends string>(callbackfn: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
                                (callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
                            } | undefined;
                            reduce?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: string[]) => U_1, initialValue: U_1): U_1;
                            } | undefined;
                            reduceRight?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: string[]) => U_2, initialValue: U_2): U_2;
                            } | undefined;
                            find?: {
                                <S_1 extends string>(predicate: (this: void, value: string, index: number, obj: string[]) => value is S_1, thisArg?: any): S_1 | undefined;
                                (predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
                            } | undefined;
                            findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
                            fill?: ((value: string, start?: number | undefined, end?: number | undefined) => string[]) | undefined;
                            copyWithin?: ((target: number, start: number, end?: number | undefined) => string[]) | undefined;
                            entries?: IterableIterator<[number, string]> | undefined;
                            keys?: IterableIterator<number> | undefined;
                            values?: IterableIterator<string> | undefined;
                            includes?: ((searchElement: string, fromIndex?: number | undefined) => boolean) | undefined;
                            flatMap?: (<U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[]) | undefined;
                            flat?: any[] | undefined;
                        }) | ({} & {
                            [x: string]: any;
                            [x: number]: any;
                        }), {
                            [x: string]: unknown;
                        }, ({
                            [x: number]: string;
                        } & {
                            length?: number | undefined;
                            toString?: string | undefined;
                            toLocaleString?: string | undefined;
                            pop?: string | undefined;
                            push?: number | undefined;
                            concat?: string[] | undefined;
                            join?: string | undefined;
                            reverse?: string[] | undefined;
                            shift?: string | undefined;
                            slice?: string[] | undefined;
                            sort?: string[] | undefined;
                            splice?: {
                                (start: number, deleteCount?: number | undefined): string[];
                                (start: number, deleteCount: number, ...items: string[]): string[];
                            } | undefined;
                            unshift?: number | undefined;
                            indexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            lastIndexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            every?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            some?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
                            map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
                            filter?: {
                                <S extends string>(callbackfn: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
                                (callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
                            } | undefined;
                            reduce?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: string[]) => U_1, initialValue: U_1): U_1;
                            } | undefined;
                            reduceRight?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: string[]) => U_2, initialValue: U_2): U_2;
                            } | undefined;
                            find?: {
                                <S_1 extends string>(predicate: (this: void, value: string, index: number, obj: string[]) => value is S_1, thisArg?: any): S_1 | undefined;
                                (predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
                            } | undefined;
                            findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
                            fill?: ((value: string, start?: number | undefined, end?: number | undefined) => string[]) | undefined;
                            copyWithin?: ((target: number, start: number, end?: number | undefined) => string[]) | undefined;
                            entries?: IterableIterator<[number, string]> | undefined;
                            keys?: IterableIterator<number> | undefined;
                            values?: IterableIterator<string> | undefined;
                            includes?: ((searchElement: string, fromIndex?: number | undefined) => boolean) | undefined;
                            flatMap?: (<U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[]) | undefined;
                            flat?: any[] | undefined;
                        }) | ({} & {
                            [x: string]: any;
                            [x: number]: any;
                        }), {}, {}, ({
                            [x: number]: string;
                        } & {
                            length?: number | undefined;
                            toString?: string | undefined;
                            toLocaleString?: string | undefined;
                            pop?: string | undefined;
                            push?: number | undefined;
                            concat?: string[] | undefined;
                            join?: string | undefined;
                            reverse?: string[] | undefined;
                            shift?: string | undefined;
                            slice?: string[] | undefined;
                            sort?: string[] | undefined;
                            splice?: {
                                (start: number, deleteCount?: number | undefined): string[];
                                (start: number, deleteCount: number, ...items: string[]): string[];
                            } | undefined;
                            unshift?: number | undefined;
                            indexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            lastIndexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined;
                            every?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            some?: ((callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
                            forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
                            map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
                            filter?: {
                                <S extends string>(callbackfn: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
                                (callbackfn: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
                            } | undefined;
                            reduce?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: string[]) => U_1, initialValue: U_1): U_1;
                            } | undefined;
                            reduceRight?: {
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
                                (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
                                <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: string[]) => U_2, initialValue: U_2): U_2;
                            } | undefined;
                            find?: {
                                <S_1 extends string>(predicate: (this: void, value: string, index: number, obj: string[]) => value is S_1, thisArg?: any): S_1 | undefined;
                                (predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
                            } | undefined;
                            findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
                            fill?: ((value: string, start?: number | undefined, end?: number | undefined) => string[]) | undefined;
                            copyWithin?: ((target: number, start: number, end?: number | undefined) => string[]) | undefined;
                            entries?: IterableIterator<[number, string]> | undefined;
                            keys?: IterableIterator<number> | undefined;
                            values?: IterableIterator<string> | undefined;
                            includes?: ((searchElement: string, fromIndex?: number | undefined) => boolean) | undefined;
                            flatMap?: (<U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[]) | undefined;
                            flat?: any[] | undefined;
                        }) | ({} & {
                            [x: string]: any;
                            [x: number]: any;
                        })>);
                    };
                    props: {
                        text: {
                            type: StringConstructor;
                            default: string;
                        };
                        showIcon: {
                            type: BooleanConstructor;
                            default: boolean;
                        };
                        href: {
                            type: StringConstructor;
                            default: undefined;
                        };
                        target: {
                            type: StringConstructor;
                            default: string;
                        };
                        disabled: {
                            type: BooleanConstructor;
                            default: boolean;
                        };
                        highlight: {
                            type: BooleanConstructor;
                            default: boolean;
                        };
                    };
                };
            };
            props: {
                styleType: {
                    type: StringConstructor;
                    default: string;
                    validator(value: any): boolean;
                };
                textColor: {
                    type: StringConstructor;
                    default: undefined;
                };
                backgroundColor: {
                    type: StringConstructor;
                    default: undefined;
                };
                shape: {
                    type: StringConstructor;
                    default: string;
                };
                outline: {
                    type: BooleanConstructor;
                    default: boolean;
                };
            };
            render(h: any, { props, data, children }: {
                props: any;
                data: any;
                children: any;
            }): any;
        };
    };
    props: {
        options: {
            type: ObjectConstructor;
            default: () => {};
        };
        data: {
            type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
            default: undefined;
        };
        typeOptions: {
            type: ObjectConstructor;
            default: () => {};
        };
        extraData: {
            type: ObjectConstructor;
            default: () => {};
        };
        handler: {
            type: FunctionConstructor;
            default: undefined;
        };
    };
    render(h: any, { props }: {
        props: BadgeDynamicFieldProps;
    }): any;
};
export default _default;
