import { VNodeType, ASTNodeType } from '../../types'; declare function jsxToAST(VNode: VNodeType): ASTNodeType[]; export default jsxToAST;