import { type NodeValueProps } from '../NodeValue'; export declare const useLogic: ({ value, type, color }: NodeValueProps) => { isExpandable: boolean; isCanCopy: boolean; isGuid: boolean; expandableText: string; formattedValue: string; color: string; };