import { SelectOption } from 'star-horse-lowcode'; export declare function loadSvgIcons(): SelectOption[]; export declare function loadSvgIconsByPath(path: string): any[]; /** * 获取系统图标 * @returns */ export declare function loadElementPlusIcon(): any[];