import type { IconDefinition } from '../types';
declare const NodeExpandOutlined: IconDefinition;
export default NodeExpandOutlined;
