export interface PageSidebarProps {
    /**
     * All children content within the page
     */
    children: React.ReactNode;
}
