declare const SidebarInput: import("svelte").Component<any, {}, "value" | "ref">;
type SidebarInput = ReturnType<typeof SidebarInput>;
export default SidebarInput;
