import { Icon } from "./icon" export type OmitNodeName = Omit export type ReplaceIcon = T & { icon?: Icon } export type IconConstructorPatch = ReplaceIcon>