import React from "react"; import "./index.less"; interface IProps { loadingTip?: string; visible: boolean; height?: string; } export declare function MaskLoadingModal(props: IProps): React.JSX.Element; export {};