import { noJsxHtmlComments } from './no-jsx-html-comments';
import { noUnescapedEntities } from './no-unescaped-entities';
import { noUnusedExpressions } from './no-unused-expressions';
export * from './types';
export { noJsxHtmlComments, noUnescapedEntities, noUnusedExpressions };
export declare const rules: {
'no-jsx-html-comments': import("eslint").Rule.RuleModule;
'no-unescaped-entities': import("eslint").Rule.RuleModule;
'no-unused-expressions': import("eslint").Rule.RuleModule;
};
//# sourceMappingURL=index.d.ts.map