import { ButtonProps } from "./types.js"; //#region src/components/button/button.vue.d.ts declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {}; type __VLS_Slots = {} & { leading?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_12) => any; } & { trailing?: (props: typeof __VLS_14) => any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: ((event: PointerEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };