/// <reference types="react" />
import { IIconPropsWithType } from './icons';
export default function LoadingMask(props: IIconPropsWithType): JSX.Element;
