import * as _babel_core from '@babel/core'; declare const babelPlugin: (api: object, options: { propName?: string; importName?: string; sxComponentName?: string; } | null | undefined, dirname: string) => _babel_core.PluginObj<_babel_core.PluginPass>; export { babelPlugin };