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