import { Dictionary } from '@empathyco/x-utils';
import { PropType } from 'vue';
/**
 * It emits a {@link ExtraParamsXEvents.ExtraParamsProvided} with the values
 * received as a prop.
 *
 * @public
 */
declare const _default: import("vue").DefineComponent<{
    values: {
        type: PropType<Dictionary<unknown>>;
        required: true;
    };
}, () => void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    values: {
        type: PropType<Dictionary<unknown>>;
        required: true;
    };
}>>, {}, {}>;
export default _default;
//# sourceMappingURL=extra-params.vue?vue&type=script&lang.d.ts.map