import { FC, PropsWithChildren } from "react"; export declare type IPageMenuPortalProps = PropsWithChildren; export declare const PageMenuPortal: FC;