import { Validity } from '../types/Validity';
import { ErrorMessages } from '../types/ErrorMessages';
interface Props {
    modelValue: any;
    messages?: ErrorMessages;
    target?: string;
}
declare const _default: import('vue').DefineComponent<Props, {
    errorMsg: import('vue').Ref<string, string>;
    validate: (force?: boolean) => Validity;
    clear: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
