import type { InputProps } from '../types'; export declare const useInputAttributes: (props: InputProps) => { inputId: import("vue").ComputedRef; inputAttributes: import("vue").ComputedRef<{ [x: string]: unknown; }>; };