export const nodeIconList: {
name: string
type: string
list: {
name: string
icon: string
}[]
}[]
declare namespace _default {
export { hyperlink }
export { note }
export { nodeIconList }
export { getNodeIconListIcon }
}
export default _default
declare const hyperlink: ''
declare const note: ''
declare function getNodeIconListIcon(name: any, extendIconList?: any[]): any