import InputProps from "../interface";
declare const Field: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, InputProps, never>;
export default Field;
