import { Observable, ObservableMaybe, type JSX } from 'woby'; export declare const SideBar: ({ children, className, contentRef, width: w, disableBackground, open, class: cls, ...props }: JSX.HTMLAttributes & { contentRef?: Observable; open: Observable; disableBackground?: ObservableMaybe; }) => JSX.Child[]; export declare const MenuItem: (props: JSX.AnchorHTMLAttributes) => HTMLAnchorElement; export declare const MenuText: (props: JSX.HTMLAttributes) => HTMLSpanElement; //# sourceMappingURL=SideBar.d.ts.map