export default JSONTreeNodeIndicator; declare function JSONTreeNodeIndicator({ toExpand, toShowNodeIndicator, handleToggle, ...restProps }: { [x: string]: any; toExpand: any; toShowNodeIndicator: any; handleToggle: any; }): import("react/jsx-runtime").JSX.Element | null;