import React from "react";
import { PageSidebarProps } from "./PageSidebar.types";
/**
 * A container for holding the main content of a page
 */
declare const PageSidebar: React.FC<PageSidebarProps>;
export default PageSidebar;
