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