/**
* Scalar header component
*
* Used to create a standardized header for Scalar applications
*
* @example
* ```html
*
*
*
* Login
* Register
*
*
* Middle thing
*
*
* Call to Action
*
*
* ```
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
/** The first section of the header, typically on the left */
start?(): unknown;
/** The middle section of the header */
default?(): unknown;
/** The last section of the header, typically on the right */
end?(): unknown;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarHeader.vue.d.ts.map