import type { Node } from '@figma-extractor/core'; import { WithJsx, Plugin } from './types'; export declare const transformToJsx: (node: N, plugins?: Plugin[]) => WithJsx; export * from './svgAttributesPlugin'; export * from './types'; //# sourceMappingURL=index.d.ts.map