import { InputProps } from './input';
export declare function useInput(props: InputProps): {
    modelValue: import('vue').WritableComputedRef<string>;
};
