import { FC } from "react"; import { InputProps } from "antd"; export declare type Props = InputProps; export declare const Input: FC;