import type { TSESTree } from '@typescript-eslint/experimental-utils';
export declare function getJsxShortCircuitNodes(logicalExpression: TSESTree.LogicalExpression): TSESTree.LogicalExpression[] | null;