import { UpdatableTextureType } from './PixiSpriteProps';
export declare type PixiMaskProps = UpdatableTextureType & {
    enabled?: boolean;
};
