import { BabelHandle } from './BabelHandle';
import { RuleSetCondition } from 'webpack';
export declare class Jsx extends BabelHandle {
    protected test(): RuleSetCondition;
}
