import * as types from '@babel/types'; import { ComponentUIDL, UIDLPropDefinition, UIDLStateDefinition, UIDLEventHandlerStatement, UIDLPropCallEvent } from '@teleporthq/teleport-types'; export declare const generateExportAST: (uidl: ComponentUIDL, propDefinitions: Record, stateDefinitions: Record, dataObject: Record, methodsObject: Record, t?: typeof types) => types.ExportNamedDeclaration; export declare const createPropCallStatement: (eventHandlerStatement: UIDLPropCallEvent, propDefinitions: Record, t?: typeof types) => types.ExpressionStatement; //# sourceMappingURL=utils.d.ts.map