import type { ScalarMenuButtonProps, ScalarMenuButtonSlots } from './types';
/**
* Scalar Menu Button component
*
* The trigger button for the ScalarMenu dropdown.
* Displays a logo icon and a caret indicator.
*
* @example
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ScalarMenuButtonSlots>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarMenuButton.vue.d.ts.map