import React from 'react';
import { PixiMaskProps } from '../props';
declare const PixiMask: React.FC<PixiMaskProps>;
export default PixiMask;
