import { IStatus } from '../../../types/IStatus'; import { TTheme } from '../../../types/TTheme'; interface TInputWrapper { $status?: Omit; theme: TTheme; } export declare const InputWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, TInputWrapper>> & string; export {};