import { StatusType } from '../../models'; import { RouteLocationRaw } from 'vue-router'; interface Props { type?: 'button' | 'submit'; to?: RouteLocationRaw | null; color?: StatusType; mode?: 'fill' | 'ghost' | 'outline'; icon?: boolean; } declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | null; type: "submit" | "button"; color: StatusType; mode: "fill" | "ghost" | "outline"; icon: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { start?(_: {}): any; default?(_: {}): any; end?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };