import { ComponentType } from 'react';
import { InputMsg } from '../BaseTextField/BaseTextField.styled';
declare const BaseTextInput: ComponentType<any>;
declare const FileInputLabel: ComponentType<any>;
declare const LeftIconContainer: ComponentType<any>;
declare const RightIconContainer: ComponentType<any>;
declare const ButtonWrapper: ComponentType<any>;
export { BaseTextInput, FileInputLabel, InputMsg, LeftIconContainer, RightIconContainer, ButtonWrapper, };
