import type { Component, Ref } from 'vue'; import type { VvInputTextPropsTypes } from '.'; import { INPUT_TYPES } from '.'; export default function VvInputTextActionsFactory(type: typeof INPUT_TYPES[keyof typeof INPUT_TYPES], parentProps: VvInputTextPropsTypes, isDirty: Ref): Component;