import { type FC, type LegacyRef } from "react"; export type InputOwnProps = { autofocus?: boolean; canManage?: boolean; canAnalyze?: boolean; targetRef?: LegacyRef; }; export declare const Input: FC; //# sourceMappingURL=Input.d.ts.map