import type { ShallowRef } from 'vue';
import { UseInputFunction } from '../input-types';
export declare function useInputFunction(input: ShallowRef<HTMLInputElement | undefined>): UseInputFunction;
