import { InputProps } from './types'; export declare const Container: import("styled-components").StyledComponent<"div", any, InputProps & { focus?: boolean | undefined; }, never>;