import { EffectBase } from "../EffectBase"; export declare enum BuiltInPixelateEffectPropertiesEnum { size = "size" } export declare class BuiltInPixelateEffect extends EffectBase { constructor(properties: Map); setProperty(propertyName: string, value: any): void; getProperty(propertyName: string): number[] | null; }