import { Ref } from "vue"; export default function customerInputController(): { customerInput: Ref; clearText: () => void; isInputBlurred: Ref; isTextCleared: Ref; };