import type { Rectangle } from 'pixijs/math'; export interface IFilterTarget { filterArea: Rectangle; getBounds(skipUpdate?: boolean): Rectangle; }