import { NodePath } from '@babel/traverse'; import { JSXElement } from '@babel/types'; export declare function handleInjectionElement(path: NodePath, state: any): void; export declare function handleArrayElement(path: NodePath, state: any): void; export declare function handleObjectElement(path: NodePath, state: any): void; export declare function handleStringElement(path: NodePath, state: any): void;