import React from 'react';
import { MarginType, WidthType } from '../../../../types/styleType';
declare const MaterialInput: React.ForwardRefExoticComponent<import("../types").MaterialBaseProps & import("../types").MaterialInputProps & WidthType & MarginType & React.RefAttributes<HTMLInputElement>>;
export default MaterialInput;
