import { DefaultTheme } from 'styled-components';
import { InputProps } from './types';
declare const Input: import("styled-components").StyledComponent<"input", DefaultTheme, InputProps, never>;
export default Input;
