import { FC } from "react"; import { InputProps } from "./input.types"; declare const HeaderInfo: FC; export default HeaderInfo;