import React from "react";
import "./MaterialTextBox.modules.css";
import MaterialTextBoxProps from "./MaterialTextBox.types";
declare const MaterialTextBox: React.FC<MaterialTextBoxProps>;
export default MaterialTextBox;
