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