/// import { IconProps } from './types'; export declare const MaskOnIcon: ({ color, ...props }: IconProps) => JSX.Element; export default MaskOnIcon;