import type { PluginOptions, PluginTarget } from '@babel/core'; /** Compiles jsx to a combination of standard and compiled lit-html */ export declare const litJsxBabelPlugin: (options: { useCompiledTemplates?: boolean; useImportDiscovery?: boolean; useTypeInference?: boolean; }) => [PluginTarget, PluginOptions]; //# sourceMappingURL=babel-plugin.d.ts.map