declare const compatibleLayout: (layout?: "side" | "top" | "mix" | "sidemenu" | "topmenu" | undefined) => string | undefined; export default compatibleLayout;