import React from 'react'; type InputWrapperProps = { validationStatus?: 'error'; size?: 'none' | 'small' | 'medium' | 'large'; className?: string; children: React.ReactNode; }; export declare const InputWrapper: React.FC; export {}; //# sourceMappingURL=InputWrapper.d.ts.map