import React, { FC } from "react"; import { InputProps } from "antd"; export declare type Props = InputProps & { styleWrapper?: React.CSSProperties; }; export declare const InputProtec: FC;