import * as babel from '@babel/core';
declare const _default: ({ types: t }: typeof babel) => babel.PluginObj<{
    opts: {
        hocs?: string[] | undefined;
    };
}>;
export default _default;
