import Vue, { PluginObject } from 'vue'; export declare class MListItem extends Vue { readonly iconName: string; readonly iconHiddenText: string; readonly disabled: boolean; readonly waiting: boolean; readonly fullWidth: boolean; readonly fullHeight: boolean; readonly borderTop: boolean; readonly borderBottom: boolean; click(event: Event): void; get hasIcon(): boolean; get isWaiting(): boolean; } declare const ListItemPlugin: PluginObject; export default ListItemPlugin; //# sourceMappingURL=list-item.d.ts.map