import type { Component } from 'vue';
/**
* Scalar dropdown button base component
*
* Provide a styled button for the ScalarDropdown or similar
*
* This is used internally by the ScalarDropdownItem component
*
* If you're looking to add items to a dropdown menu you
* probably want the ScalarDropdownItem component
*
* @example
*
* Label
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
default?: (props: {}) => any;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarDropdownButton.vue.d.ts.map