type __VLS_Props = { /** Disable the button */ disabled?: boolean; /** Title of the button */ title?: string; /** Primary style for button */ primary?: boolean; /** Icon style for button */ icon?: boolean; }; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import('../../../node_modules/vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../node_modules/vue').ComponentOptionsMixin, import('../../../node_modules/vue').ComponentOptionsMixin, {} & { click: () => any; }, string, import('../../../node_modules/vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClick?: () => any; }>, {}, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };