import { Context } from '../context/context.js'; import { NonRenderedNode } from './nonrenderednode.js'; import { Matrix } from '../jspdf.js'; export declare class Symbol extends NonRenderedNode { apply(parentContext: Context): Promise; getBoundingBoxCore(context: Context): number[]; isVisible(parentVisible: boolean, context: Context): boolean; computeNodeTransformCore(context: Context): Matrix; } //# sourceMappingURL=symbol.d.ts.map