import { FC, ReactNode } from "react"; export interface IMenuPlaceholderProps { menu?: ReactNode; } export declare const MenuPlaceholder: FC;