import React from "react";
export declare const useFormInputs: <T extends HTMLInputElement | HTMLTextAreaElement>(defaultValue: string) => [string, (e: React.ChangeEvent<T>) => void, React.Dispatch<React.SetStateAction<string>>];
//# sourceMappingURL=useFormInputs.d.ts.map