import React from "react"; interface PageProps { tenant?: any; page?: any; children?: React.ReactNode; } export declare const Page: ({ tenant, page, children }: PageProps) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export {};