import { BeanControllerBase } from 'zova'; import { ToolIcon } from '../../bean/tool.icon.js'; import { IIconRecord } from '../../types/icon.js'; export interface ControllerIconProps { name?: keyof IIconRecord; href?: string; width?: string | number; height?: string | number; color?: string; } export declare class ControllerIcon extends BeanControllerBase { static $propsDefault: {}; $$toolIcon: ToolIcon; protected __init__(): Promise; private _load; protected render(): import("vue/jsx-runtime").JSX.Element; private _parseHref; } //# sourceMappingURL=controller.d.ts.map