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