import { WinboxUIComponent } from './component' /** List Component */ export declare class WListItemMeta extends WinboxUIComponent { /** Is there a border */ description: string /** Is there a border */ title: string }