import type { Component } from 'vue'; /** * Scalar header button component * * Used within the ScalarHeader component * * @example * ```html * * Login * * ``` */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { /** The contents of the button */ default?(): unknown; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarHeaderButton.vue.d.ts.map