import { HassEntity } from "home-assistant-js-websocket"; export declare const computeIcon: (stateObj: HassEntity, icon?: string) => string;