declare const reactVIfPlugin: (babel: typeof import("@babel/core")) => {
    name: string;
    visitor: {
        JSXElement(path: any): void;
    };
};
export default reactVIfPlugin;
