import { Component, ComponentOptionsMixin, DefineComponent, PropType, StyleValue, Ref } from 'vue'; declare const ListButton: DefineComponent< { /** * Component's HTML Element */ component: { type: PropType; default: 'li'; }; /** * Button's link `href` attribute */ href: { type: StringConstructor; }; /** * Button's link `target` attribute */ target: { type: StringConstructor; }; /** * Button's `type` attribute (if rendered as `