import { type SidebarButtonProps as Props } from '.';
declare const SidebarButton: import("svelte").Component<Props, {}, "">;
type SidebarButton = ReturnType<typeof SidebarButton>;
export default SidebarButton;
