import { Ref } from 'vue'; import { InputValue, TdInputProps } from './../type'; export declare function useInputWidth(props: TdInputProps, inputRef: Ref, innerValue: Ref): { inputPreRef: Ref; };