import type { DBButtonProps } from "./model.js"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent & Readonly<{}>, { id: string; children: any; className: string; propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType; name: string; form: string; text: string; value: string; disabled: boolean | string; onClick: (event: import("../../index.js", { with: { "resolution-mode": "import" } }).ClickEvent) => void; type: import("./model.js", { with: { "resolution-mode": "import" } }).ButtonTypeType; variant: import("./model.js", { with: { "resolution-mode": "import" } }).ButtonVariantType | string; size: import("../../index.js", { with: { "resolution-mode": "import" } }).SizeType; wrap: boolean | string; icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; showIcon: boolean | string; command: string; commandfor: string; width: import("../../index.js", { with: { "resolution-mode": "import" } }).WidthType | string; showIconLeading: boolean | string; showIconTrailing: boolean | string; iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; noText: boolean | string; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };