import type { Snippet } from 'svelte';
interface Props {
    children: Snippet;
    class?: string;
}
/**
 * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
 * ## Props
 * @props: children: any;
 * @props:class: string;
 */
declare const SidebarBottomNav: import("svelte").Component<Props, {}, "">;
type SidebarBottomNav = ReturnType<typeof SidebarBottomNav>;
export default SidebarBottomNav;
