import { type InputHTMLAttributes } from "react"; /** * This hidden component is used to wrap a copy of an input value * so that we can use it to determine the input width dynamically */ export declare const InputRuler: import("react").ForwardRefExoticComponent<{ value: InputHTMLAttributes["value"]; } & import("react").RefAttributes>;