import { DBCustomButtonProps } 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; variant: import("../button/model.js", { with: { "resolution-mode": "import" } }).ButtonVariantType | string; size: import("../../index.js", { with: { "resolution-mode": "import" } }).SizeType; icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; showIcon: boolean | 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; }; };