declare const _default: import("vue").DefineComponent<{
    /**
     * The schema path of the target input to show the errors for.
     * @type String
     * @default
     * @name for
     */
    for: {
        type: StringConstructor;
        default: string;
    };
    /**
     * Set the validation statuses for which the form error should be visible.
     * @type Array | String
     * @default ['touched', 'dirty', 'invalid']
     * @name visible
     */
    visible: {
        type: (StringConstructor | ArrayConstructor)[];
        default: () => string[];
    };
}, {
    errors: import("vue").ComputedRef<any>;
    visible: import("vue").ComputedRef<boolean>;
    schema: any;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * The schema path of the target input to show the errors for.
     * @type String
     * @default
     * @name for
     */
    for: {
        type: StringConstructor;
        default: string;
    };
    /**
     * Set the validation statuses for which the form error should be visible.
     * @type Array | String
     * @default ['touched', 'dirty', 'invalid']
     * @name visible
     */
    visible: {
        type: (StringConstructor | ArrayConstructor)[];
        default: () => string[];
    };
}>>, {
    visible: string | unknown[];
    for: string;
}, {}>;
export default _default;
