/**
* Scalar Sidebar Footer component
*
* A footer for the sidebar, be default it contains a
* "Powered by Scalar" link and a {@link ScalarColorModeToggle} toggle.
*
* @example
*
*
*
*
*
*
*
*
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
/** Footer content at the top of the footer */
default?(): unknown;
/** Replaces the Powered by Scalar link */
description?(): unknown;
/** Replaces the color mode toggle */
toggle?(): unknown;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarSidebarFooter.vue.d.ts.map