export type SidebarProps = {
    /**
     * The position of the sidebar.  Defaults to "right".
     */
    position?: "right" | "left";
    children?: React.ReactNode;
};
export declare const Sidebar: (props: SidebarProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Sidebar.d.ts.map