import type { HTMLAttributes } from "svelte/elements";
/**
* [Go to docs](https://flowbite-svelte.com/)
* ## Props
* @props: children: any;
*/
declare const SidebarWrapper: import("svelte").Component, {}, "">;
type SidebarWrapper = ReturnType;
export default SidebarWrapper;