/** @jsx html */
import { FeatherIconNames } from 'feather-icons';
import { VNode } from 'snabbdom';
/**
 * Add the feather icon with the given icon ID to a snabbdom VNode as used in sprotty.
 *
 * @param props properties containing the ID of the feather icon.
 * @returns The SVG VNode resulting from this feather icon ID.
 */
export declare function FeatherIcon(props: {
    iconId: FeatherIconNames;
}): VNode;
//# sourceMappingURL=feather-icons-snabbdom.d.ts.map