export default NotchedOutline;
declare function NotchedOutline(props: any): JSX.Element;
declare namespace NotchedOutline {
    namespace propTypes {
        const labelWidth: PropTypes.Validator<number>;
    }
}
import PropTypes from "prop-types";
