import { WECUIComponent } from './component' export declare class WECCell extends WECUIComponent { label: string value?: string comment?: string icon?: string link?: string to?: string | object }