/// import { IInputProps } from './Input'; declare const StandardInput: import("styled-components").StyledComponent<(props: IInputProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, { iconPos: import("../Types").Float; borderColor: string; highBorderColor: string; }, "borderColor" | "iconPos" | "highBorderColor">; export { StandardInput };