/** Return an icon representing a cover state. */ import { HassEntity } from "home-assistant-js-websocket"; export declare const coverIcon: (state: HassEntity) => string;