declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    config: {
        type: null;
        required: true;
        default: () => {
            textDecorationKey: string;
            fontStyleKey: string;
            fontWeightKey: string;
        };
    };
    data: {
        type: null;
        required: true;
    };
    parentConfig: {
        type: null;
        required: true;
        default: {};
    };
}>, {
    props: any;
    emit: (event: "changeValue", ...args: any[]) => void;
    config: import("vue").Ref<any, any>;
    data: import("vue").Ref<any, any>;
    parentConfig: import("vue").Ref<any, any>;
    fontDecorationType: ({
        label: string;
        value: string;
        class: string;
        img?: undefined;
    } | {
        label: string;
        value: string;
        class: string;
        img: string;
    })[];
    clickButton: (key: string, value: string) => void;
    clickRadio: (key: string | undefined) => void;
    changeValue: (key: string, value: string) => void;
    isDisabled: (key: string | undefined) => any;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeValue"[], "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    config: {
        type: null;
        required: true;
        default: () => {
            textDecorationKey: string;
            fontStyleKey: string;
            fontWeightKey: string;
        };
    };
    data: {
        type: null;
        required: true;
    };
    parentConfig: {
        type: null;
        required: true;
        default: {};
    };
}>> & Readonly<{
    onChangeValue?: ((...args: any[]) => any) | undefined;
}>, {
    config: any;
    parentConfig: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
