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