import type { Node } from '@figma-extractor/core'; import { JSXExpressionContainer } from '@babel/types'; import type { BabelTypes, Plugin } from './types'; declare type AttributesMap = Record; declare type AttributesFn = (node: Node, t: BabelTypes) => AttributesMap; export declare const svgAttributes: (fn: AttributesFn) => Plugin; export {}; //# sourceMappingURL=svgAttributesPlugin.d.ts.map