import { WinboxUIComponent } from './component' /** List Component */ export declare class WListItem extends WinboxUIComponent { /** Is there a border */ extra: string /** Is there a border */ extraPlacement: string }