import { TextInputRequiredStyleProps } from './text-input.interfaces'; export declare const InputWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, TextInputRequiredStyleProps, never>;