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