import { RuntimeComponent } from '@easytwin/runtime'; import * as React from 'react'; export declare function getComponentIcon(comp: RuntimeComponent): React.ReactNode;