1 | import { RenderingContext2D } from '../types';
|
2 | import { Element } from './Element';
|
3 | import { PathElement } from './PathElement';
|
4 | export declare class FilterElement extends Element {
|
5 | static ignoreStyles: string[];
|
6 | type: string;
|
7 | apply(ctx: RenderingContext2D, element: Element | PathElement): void;
|
8 | render(_: RenderingContext2D): void;
|
9 | }
|
10 | //# sourceMappingURL=FilterElement.d.ts.map |
\ | No newline at end of file |