import { Filter } from "pixi.js";
import type { FilterType } from "../../timeline/parts/filters.js";
type FilterConstructor = new (options?: any) => Filter;
export declare function findPixiFilter(type: FilterType): FilterConstructor | undefined;
export {};
