/// export declare const useInputClick: () => { inputProps: { ref: import("react").MutableRefObject; type: string; style: { display: string; }; onClick: (event: React.MouseEvent) => void; }; wrapperProps: { onClick: () => void; }; }; //# sourceMappingURL=useInputClick.d.ts.map